Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 611 Bytes

File metadata and controls

26 lines (19 loc) · 611 Bytes

Eight-Point-Algorithm-Cpp

Implementation of Eight-Point Algorithm in C++ Tested on Ubuntu 18.04

Progress

Function Implementation
F_Matrix_Eight_Point YES
F_Matrix_Normalized_Eight_Point YES
Plot_Epipolar_lines YES
Rectify_Images NO
F_Matrix_RANSAC NO

Usage

Install Requirements

OpenCV

chmod +x install.sh
./install.sh

Build && Run

make
./bin/test