Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayushmankumar7/stereo-image-to-pointcloud

My First C++ Repo
https://github.com/ayushmankumar7/stereo-image-to-pointcloud

3d-reconstruction cpp opencv pangolin stereo-vision

Last synced: about 1 month ago
JSON representation

My First C++ Repo

Awesome Lists containing this project

README

        

# Stereo-Image-to-PointCloud

## My First C++ Repo B)

## Stereo Image -> Disparity -> Depth -> PointCloud

![PC](assets/pc3.png)

# How to Setup

1. Clone the Repo
2. `cd Stereo-Image-to-PointCloud`
3. `mkdir build`
4. `cd build`
5. `cmake ..`
6. `make`
7. `./pointcloud`

## Disparity Output

![disparity](assets/disparity.png)

## PointCloud Output

![pc1](assets/pc.png)
![pc2](assets/pc2.png)

## For any Query, feel free to ping me on Linkedin.
## Thank you!
## Star this repo if you find it interesting! ;)