Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new Parameter for PointCloudXyz...Node of package depth_image_proc #1026

Open
HappySamuel opened this issue Aug 23, 2024 · 3 comments

Comments

@HappySamuel
Copy link

HappySamuel commented Aug 23, 2024

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

@mikeferguson
Copy link
Member

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.

@muhd360
Copy link

muhd360 commented Sep 1, 2024

i would like to be assigned this issue

@muhd360
Copy link

muhd360 commented Sep 9, 2024

hi any updates @mikeferguson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants