pillar binning
#6408
Replies: 2 comments
-
So you want to map each point to its closest voxel cell? There exists a |
Beta Was this translation helpful? Give feedback.
0 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 am struggling with some problem
the problem is to convert a pillar to several voxel grids
A pillar has a shape of (20000,20,5). 20000 is the number of pillars, 20 is the number of points inside the pillar and 5 is the coordinates of each point in a pillar
the shape i want these pillars to be converted is (20000,32,5). 20000 is the number of pillars, 32 is the grid divided inside a pillar which is predefined. and 5 is the average coordinates of the points which is inside that grid divided inside a pillar
Is there any function that would solve this problem??
Beta Was this translation helpful? Give feedback.
All reactions