FastDirectionalChamferMatching icon indicating copy to clipboard operation
FastDirectionalChamferMatching copied to clipboard

runing time

Open wusuoweima opened this issue 3 years ago • 1 comments

The running time of mex_fitline is very long. Is it because of the Matlab or the code/algorithm itself?

% convert the template edge map into a line representation [lineRep lineMap] = mex_fitline(double(templateEdgeMap),lineFittingPara);

@mingyuliutw @matteomaspero @GianlucaCerilli

wusuoweima avatar Apr 21 '22 15:04 wusuoweima

@wusuoweima checkout my fully optimized C++ implementation: https://github.com/Innoptech/OpenFDCM

jeanchristopheruel avatar Aug 26 '24 18:08 jeanchristopheruel