incoherent 26-connectivity graph computation #3522
Unanswered
QuanticDisaster
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Currently, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like more informations on the GridSampling transformation. I am looking for different elements, such as the possibility of computing connected components with a 26-connectivity of voxels, or subsample points clouds with a minimum space between each point.
Why am I getting 27 edges for some of my points ? I am using the following code :
The most distant neighboring voxel center should be situated at
numpy.sqrt(3) * size
(more or less 1.73 * size).but degree(centers.edges[0]).max() returns me 27 edges.
returns me as distances :
Nothing makes sense, all distances are different, the closest voxel centers neighbors should be at a distance of
size
and so on. What am i missing something ?Thx
Beta Was this translation helpful? Give feedback.
All reactions