nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

No results #37

Open LemonLov opened 3 years ago

LemonLov commented 3 years ago

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.

Sad-Snow commented 3 years ago

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)

one123455 commented 1 year ago

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