Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayushmankumar7/stereo-image-to-pointcloud
- Owner: ayushmankumar7
- License: lgpl-2.1
- Created: 2021-08-07T15:43:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-21T12:43:45.000Z (over 2 years ago)
- Last Synced: 2023-03-03T00:03:38.268Z (over 1 year ago)
- Topics: 3d-reconstruction, cpp, opencv, pangolin, stereo-vision
- Language: C++
- Homepage:
- Size: 9.22 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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! ;)