nothinglo/NISwGSP

No results

Opened this issue · 2 comments

My OpenCV version is 3.4.14, because it gives me the "No LineSegmentDetector error" when I execute the exe file, so I use FastLineDetector instead, this time no error accur, but there was no results in "0_results" dir. Just feature_pairs-sRANSAC-09-10-398.jpg type image in "1_debug" dir.

yes, it will throw an error when use high vision OpenCV in 3.x.x, cause of no "LineSegmentDetector " class, use lower or even higher vision OpenCV should be fine, like 3.1.0 or 4.x.x+.
your problem seems to be incorrect process of line detection, the output in "1_debug" dir should also have pictures named "line-result-... .jpg".
1626850348(1)

Have you solved this problem? How to modify the original code?