You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add new parameter for relevant PointCloudXyz....Node skip: Skips **skip** number of depth pixels in order to limit the number of pixels converted to points
With this parameter, we are able to limit number of pixels converted to pointcloud, hence reduce the computation further down stream.
Best,
Samuel
The text was updated successfully, but these errors were encountered:
Seems like a useful feature - a PR would be accepted.
I think most people currently do this using CropDecimate on the image and then running the decimated image into the PointCloud node. It might make sense to actually use the same parameter names "decimation_x" and "decimation_y" rather than "skip" so that you could independently control downscaling in the two axis of the depth image.
Hi
Is it possible to add new parameter for relevant
PointCloudXyz....Node
skip: Skips **skip** number of depth pixels in order to limit the number of pixels converted to points
With this parameter, we are able to limit number of pixels converted to pointcloud, hence reduce the computation further down stream.
Best,
Samuel
The text was updated successfully, but these errors were encountered: