A problem of octree refine using bucket_size only #8840
Unanswered
Monsterever
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a 3D-matrix-like point cloud which every point in it has same distance in all axis.
I try to split space for managing it using octree with a
refine()
inputCGAL::Orthtrees::Maximum_number_of_inliers(1)
. But finally I find that there are many nodes in octree has not only one point in it. Does I have something wrong ofrefine()
?The version of CGAL is 5.6.1.
code.tar.gz
Beta Was this translation helpful? Give feedback.
All reactions