Skip to content

Files

Latest commit

615630c · Dec 28, 2020

History

History
38 lines (28 loc) · 924 Bytes

File metadata and controls

38 lines (28 loc) · 924 Bytes

Introduction to Epipolar Geometry and Stereo Vision

This folder contains the code for the blog post on Introduction to Epipolar Geometry and Stereo Vision.

Compilation

To compile the stereo.cpp code file, use the following:

mkdir build
cd build
cmake ..
cmake --build . --config Release

Usage

Using the C++ code

Refer to the following to use the compiled files:

./build/stereo

Using the python code

Refer to the following to use the stereo.py file:

python3 stereo.py

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.