You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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".
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.
The text was updated successfully, but these errors were encountered: