Implementation of the J-Linkage algorithm for multiple model estimation, based on R. Toldo & A. Fusiello work.
This program is coded using C++, its compilation requires :
- the cmake utilities (>= v3.4)
- the Imagine++ library (download at http://imagine.enpc.fr/~monasse/Imagine++/)
Build Makefile with cmake CMakeLists.txt, and then the executable with make.
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]