Skip to content

SDK 'software_device' which matching algorithm? #11926

Discussion options

You must be logged in to vote

Hi @HanzDieter You can transform depth representation to disparity representation by using the RealSense SDK instruction rs2::disparity_transform disparity_transform(true);, which is not used in the rs-software-device example program.

#10410 has C++ scripting for performing a depth to disparity transform with software-device.

RealSense stereo depth algorithms are closed-source and so there is not much information available about them, though the Intel guide at the link below indicates that they are based on the SSD (Sum of Squared Differences) block-matching algorithm.

https://github.com/IntelRealSense/librealsense/blob/master/doc/depth-from-stereo.md

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HanzDieter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants