Iago Suárez

Results 4 issues of Iago Suárez

We have found a problem with the scale of the time measurements in the original paper "Suárez, I., Sfeir, G., Buenaposada, J. M., & Baumela, L. (2020). BEBLID: Boosted efficient...

I was trying to evaluate the [Line segment descriptor published in OpenCV](https://docs.opencv.org/3.0-beta/modules/line_descriptor/doc/line_descriptor.html) with this algorithm, but I've found that some of the files have incorrect matches. I added a `cv::imshow`...

the following lines make the current implementation of LBD extremely expensive: https://github.com/iago-suarez/pytlbd/blob/3e0c6da7d2bf5ad0c1b689411da94bb104207bf8/src/PairwiseLineMatching.cpp#L572-L576 ARPACK is a legacy Fortran77 library, it would be nice to find a modern and parallel alternative: -...