zb12138 / PointCloud-Octree-Compression-

Matlab code for PointCloud Octree Compression
MIT License
15 stars 3 forks source link

点云数据进行八叉树处理 #3

Open aspirantioner opened 1 month ago

aspirantioner commented 1 month ago

萌新疑问,将点云数据进行八叉树构建后,是通过将每个节点下八个子节点的状态看做一个字节来生成熵编码数据吗

zb12138 commented 1 month ago

In this demo, we use Arithmetic coding (without probability update) to encode the octant directly.

aspirantioner commented 1 month ago

Can you give me a contact information? I have some questions to consult