This repository contains code for Introduction to Epipolar Geometry and Stereo Vision blogpost.
To compile the stereo.cpp
code file, use the following:
mkdir build
cd build
cmake ..
cmake --build . --config Release
Refer to the following to use the compiled files:
./build/stereo
Refer to the following to use the stereo.py
file:
python3 stereo.py
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.