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

Support depth threashold filtering #47

Open
Erol444 opened this issue Mar 8, 2024 · 1 comment
Open

Support depth threashold filtering #47

Erol444 opened this issue Mar 8, 2024 · 1 comment

Comments

@Erol444
Copy link
Member

Erol444 commented Mar 8, 2024

Currently, depth visualization doesn't look that well due to several (our of 1mio) depth pixels being at 60meters (noise). Simple way to make depth visualization much nicer is to support depth threshold filtering;

config = stereoNode.initialConfig.get()
config.postProcessing.thresholdFilter.minRange = 200 # 20cm
config.postProcessing.thresholdFilter.maxRange = 15000 # 15m
stereoNode.initialConfig.set(config)

Ideally, we would have sliders for min/max range inside the viewer, but even just hardcoding 20cm to 15m would be good.

@zrezke
Copy link
Collaborator

zrezke commented Mar 8, 2024

Thank you. Will be available in the next release, once aarch runner is up.

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

2 participants