Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackassin
GitHub Repository: hackassin/learnopencv
Path: blob/master/EpipolarGeometryAndStereoVision/README.md
3118 views

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.