1. 16 May, 2018 2 commits
  2. 11 May, 2018 1 commit
    • Ohji Nakagami's avatar
      m42538/recolour: implement recolouring method of m42141 option 2 · 2c6f23ec
      Ohji Nakagami authored and David Flynn's avatar David Flynn committed
      This commit eliminates the blending of point attribute values during
      the attribute transfer process used in geometry quantisation by forcing
      the blending weight to be 0|1 (m42141).
      
      m42538 also recommends to disable the bounded search of the closest
      attribute from the contributing set by setting searchRange=0.  This is
      reflected by a change to the software defaults and configuration.
      2c6f23ec
  3. 19 Feb, 2018 1 commit
    • David Flynn's avatar
      cfg: add N17351 common test condition configuration files · 33c5d884
      David Flynn authored
      This commit replaces the rather verbose TMC3v0CfPParameters document
      with a set of configuration files written according to the MPEG N17351
      PCC common test conditions.
      
      Unfortunately rate-point configurations are dependent on the sequence
      and test category, preventing the effective use of composable configuration
      files.
      
      The configuration files are:
      
       - lossless-geom-no-attrs:          Condition 3.1
       - lossless-geom-lossy-texture:     Condition 3.2
       - lossless-geom-lossy-reflectance: Condition 3.3
       - lossy-geom-no-attrs:             Condition 3.4 & 3.8
       - lossy-geom-lossy-attrs:          Condition 3.6
      
       - per-sequence/*.cfg: source data configuration for encoding.
      
      Simple usage documentation is added to README.md
      
      
      
      git-svn-id: http://wg11.sc29.org/svn/repos/MPEG-I/Part5-PointCloudCompression/TM/TMC3/trunk@1323 94298a81-5874-47c9-aab8-bfb24faeed7f
      33c5d884