LineMatchingBenchmark
LineMatchingBenchmark copied to clipboard
A benchmark for evaluating line segment matching methods
Results
2
LineMatchingBenchmark issues
Sort by
recently updated
recently updated
newest added
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`...
How do you get the ground truth matches data —— "ed_GroundTruthMatches.txt" and "lsd_GroundTruthMatches.txt"?