Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 716 Bytes

File metadata and controls

26 lines (18 loc) · 716 Bytes

Stereo Matching

This repository is an example for stereo matching I've been learning recently.

Pre-requisites

Visual Studio 2015

CUDA

OpenCV

MeshLab

Datasets

The code is tested on Kitti dataset.

Result

Below shows the disparity and coresponding pointcloud mapping visualized using MeshLab.

Now it costs about 3s per img (about 1280 * 375). Supporting gpu support gradually.

disparity_0.jpg mapping_0.jpg