1. 21 Nov, 2019 2 commits
  2. 12 Aug, 2019 2 commits
  3. 16 Apr, 2019 5 commits
  4. 06 Feb, 2019 1 commit
  5. 05 Feb, 2019 1 commit
    • David Flynn's avatar
      encoder/m43953: signal bounding box using SPS · 01394738
      David Flynn authored
       - calculates the sequence bounding box at the start of encoding
         (in original coordinates as a decoder may reconstruct it)
       - signals bounding box in SPS
       - disables signalling of geometry box origin (always 0)
      01394738
  6. 31 Oct, 2018 3 commits
    • Philip A. Chou's avatar
      trisoup/m43786: initial import of c++ version of trisoup · 32137071
      Philip A. Chou authored and David Flynn's avatar David Flynn committed
      This commit integrates a c++ trisoup codec, replacing the previous matlab
      implementation.
      
      The provided code has been reworked to avoid duplicating code, dead code,
      and operate with the current HLS.
      32137071
    • David Flynn's avatar
      octree/m43602: perform recolouring after geometry processing · a9d066e6
      David Flynn authored
      This commit prepares for the possibility that geometry coding itself is
      lossy.  Instead of performing recolouring just after input quantisation,
      it is deferred until after geometry processing.
      
      The recolouring functions are updated to handle differences in
      pointcloud scales rather than requiring the target pointcloud to be
      scaled identically to the source.
      a9d066e6
    • David Flynn's avatar
      refactor: tidy includes · 2c6d7287
      David Flynn authored
      This commit removes unnecessary include directives.
      2c6d7287
  7. 20 Aug, 2018 1 commit
  8. 23 Jul, 2018 1 commit
  9. 11 May, 2018 2 commits
    • 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
    • Ohji Nakagami's avatar
      m42538/recolour: extend reflectance clipping to 16-bit range · b328078c
      Ohji Nakagami authored and David Flynn's avatar David Flynn committed
      This commit fixes an issue with source sequences that contain 16-bit
      reflectance data, which may be clipped to 8-bit ranges during attribute
      transfer (recolouring) following geometry quantisation.
      b328078c
  10. 06 May, 2018 1 commit
  11. 17 Jan, 2018 1 commit
  12. 11 Dec, 2017 1 commit