Clone this repo first.
git clone git@github.com:ChenRP07/vvc.git
Make sure you have already installed libpcl, libzstd and libboost.
Note: libzstd and libboost are usually installed by default in linux distributions, at least in ubuntu.
cd vvc
mkdir build && cd build
cmake .. && make
Add Optional Zstd encoding invvc::Patch::GoPEncoding::Encode()::152- Move Zstd and RLGR encoding from
vvc::Patch::GoPEncoding::Encode()tovvc::Octree::RAHTOctree - Change interface of
vvc::Octree::RAHTOctree, inputvvc::common::Patchand outputvvc::common::Slice - Add
vvc::common::Slice::size, vvc::common::Slice::qptovvc::io::SaveSlice(), vvc::io::LoadSlice - Implement
vvc::Octree::InverRAHTOctree - Test