Comparative analysis of stereo matching techniques for disparity map reconstruction, including traditional block matching, OpenCV StereoSGBM, and PSMNet.
-
Updated
Dec 25, 2024 - Python
Comparative analysis of stereo matching techniques for disparity map reconstruction, including traditional block matching, OpenCV StereoSGBM, and PSMNet.
This project uses low-cost stereo cameras for 3D scene perception by generating disparity maps and applying clustering for segmentation. It also constructs voxel grids for visualizing spatial structure and object segmentation.
This project implements a stereo vision system using the StereoSGBM algorithm to generate accurate RGB-depth images from stereo image pairs, optimizing for both accuracy and computational efficiency.
Add a description, image, and links to the disparity-maps topic page so that developers can more easily learn about it.
To associate your repository with the disparity-maps topic, visit your repo's landing page and select "manage topics."