Path: blob/master/Depth-Perception-Using-Stereo-Camera/README.md
3119 views
Depth Estimation using Stereo Camera and OpenCV
Create a custom low-cost stereo camera and capture depth maps with it using OpenCV.
Directory Structure
All the code files and folders follow the following structure.
Instructions
C++
To run the code in C++, please go into the cpp
folder, then compile the disparity_params_gui.cpp
, obstacle_avoidance.cpp
and disparity2depth_calib.cpp
code files, use the following:
Use the following commands to execute the compiled files:
Python
To run the code in Python, please go into the python
folder and refer to the following to use the disparity_params_gui.py
, obstacle_avoidance.py
and disparity2depth_calib.py
files respectively:
AI Courses by OpenCV
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.