Skip to content

diav79/pointCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Point Cloud from Disparity Map

The code takes stereo image pair and disparity map as input (hard coded) and generates point cloud. The disparity map is generated using SPS Stereo. SGBM can also be used here.

Prerequisite: OpenCV, Point Cloud Library (http://pointclouds.org/), and (optional) SPS Stereo (https://github.com/vbodlloyd/StereoSegmentation).

After cloning, perform 'cmake .' and 'make'. To run the code with given data, just do './pointCloud'

To use on custom dataset, provide the paths for image pair and disparity map in the code. Moreover, change the camera parameters and R&T values.

Note: Our experiments suggest results obtained using SPS stereo are better than SGBM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published