An open API service indexing awesome lists of open source software.

https://github.com/jesuscopado/stereo-estimation

Naive and dynamic programming stereo matching schemes. 3D point cloud generation from disparities. Project for the course 3D Sensing and Sensor Fusion at ELTE.
https://github.com/jesuscopado/stereo-estimation

cpp point-cloud stereo-matching

Last synced: 12 months ago
JSON representation

Naive and dynamic programming stereo matching schemes. 3D point cloud generation from disparities. Project for the course 3D Sensing and Sensor Fusion at ELTE.

Awesome Lists containing this project

README

          

# Stereo Estimation

Project for the course 3D Sensing and Sensor Fusion at Eötvös Loránd University.

* Naive and dynamic programming stereo matching schemes
* 3D point cloud generation from disparities.

### Input images:

view 0 | view 1
--- | ---
![](data/view0.png) | ![](data/view1.png)

### Output images:

#### Naive approach

![output_naive](data/output_naive.png)

#### Dynamic Programming approach

![output_dynamic](data/output_dynamic.png)