Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 299 Bytes

File metadata and controls

6 lines (6 loc) · 299 Bytes

StereoVisionDisparityMatching

An implementation of disparity map for stereo vision by using basic block matching, and image rectification. The rectified image generates 3d point cloud coordinate in .txt file and can be viewed in graphing software such as Matlab.

Built With

  • C++
  • OpenCV