项目作者: nyakasko

项目描述 :
Disparity image creation with naive and dynamic programming approaches and 3D pointcloud generation from the disparity image
高级语言: C++
项目地址: git://github.com/nyakasko/StereoMatching.git
创建时间: 2020-10-22T09:40:09Z
项目社区:https://github.com/nyakasko/StereoMatching

开源协议:

下载


OpenCV_Stereo_Matching

Disparity image generation with naive and dynamic programming approaches and 3D pointcloud generation from the disparity image

A Maximum Likelihood Stereo Algorithm

Input images:

  1. Naive implementation with SSD and a sliding window (kernel = 7)

  2. Dynamic programming implementation with sliding window (kernel = 5, weight = 2000)