Skip to content

Latest commit

 

History

History

EpipolarGeometryAndStereoVision

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Introduction to Epipolar Geometry and Stereo Vision

This repository contains code for Introduction to Epipolar Geometry and Stereo Vision blogpost.

download

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.