-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
D400 series stereo matching #7608
Comments
Hi @sho-ji The 400 Series stereo cameras do not have a confidence threshold like the SR30x models do, so pixels are either 100% matched or they are not matched. Aside from using the Second Peak Threshold setting to simulate a confidence map as the above link suggests, you may also get less "blobbiness" in the image if you increase the value of the Laser Power setting in combination with the Medium Density. visual preset (for a balance between accuracy and fill-rate) If you are applying a smoothing filter than that may also contribute towards the occurrence of rounded corners, as described in 2. Edge-preserving filtering of the section of Intel's post-processing guide linked to below. https://dev.intelrealsense.com/docs/depth-post-processing#section-simple-post-processing |
Hi @MartyG-RealSense Thank you for your answer. Is there any material that describes that part in detail? |
The Depth from Stereo documentation provides more information about matching. https://github.com/IntelRealSense/librealsense/blob/master/doc/depth-from-stereo.md |
Thank you very much! |
Issue Description
When I shoot an object, the corners are rounded.
I think this phenomenon depends on the number of pixels in stereo matching.
How many pixels does the D400 series stereo matching use?
The text was updated successfully, but these errors were encountered: