Skip to content

Implementation of the J-Linkage algorithm for multi-model estimation, based on R. Toldo & A. Fusiello work.

Notifications You must be signed in to change notification settings

Lys-san/J-Linkage

Repository files navigation

J-Linkage

Overview

Implementation of the J-Linkage algorithm for multiple model estimation, based on R. Toldo & A. Fusiello work.

Install & use

This program is coded using C++, its compilation requires :

Build Makefile with cmake CMakeLists.txt, and then the executable with make.

main files

The main files of this programm are JLinkage.cpp and settings.h.

JLinkage.cpp contains the main function with JLinkage algorithm.

settings.h defines the global parameters to use for testing (threshold, number of inliers/outliers etc...)

Other files define classes and functions used in JLinkage.cpp.

For any information, please contact me at [email protected]

About

Implementation of the J-Linkage algorithm for multi-model estimation, based on R. Toldo & A. Fusiello work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published