husmen / Eight-Point-Algorithm-Cpp

Implementation of Eight-Point Algorithm in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Eight-Point Algorithm in C++

License:MIT License


Languages

Language:C++ 93.6%Language:Makefile 3.5%Language:Shell 2.9%