Contributor
Yuhang Wang

Point Cloud Compression


Mentors
Wanli
Organization
OpenCV
Technologies
c++, 3D data processing algorithms, Coding and decoding
Topics
compression, 3D vision, point cloud
This project aims to implement point cloud compression algorithm in OpenCV. This project intends to adopt octree as the data structure carrying point cloud. Then, octree is encoded by a variety of coding methods. The encoded result is the compressed point cloud data. deliverables: A point cloud compression algorithm with optional precision support. The relevant functions in the algorithm adhere to the OpenCV code style. A clear explanation document and emample will be provided.