-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run error with folders provided #7
Comments
Hi,I also have the same problem, Did you solve it? |
emmm,I check the OpenCV source code though github. opencv has change the LineSegmentDetectorImpl class since version 3.4.6 due to license issue.try version under 3.4.5 maybe work ! good luck! |
aha, I have the same problem. Changing the OpenCV version or using FastLineDetector instead of LineSegmentDetector may help solve the problem. |
I used the FastLineDetector, but no result was output in dir(0_results). Do you have to try to use FastLineDetector? |
hi,
yeah, FastLineDetector Work! 兄弟,我看你也是国人,我这里还有一份完全可以在VS环境下编译用的,添加好了OPENCV和其他依赖,你需要我给你一份 |
谢了,兄弟!([email protected])我今天又试了一下3.4.0版本的,release下有结果了,不过debug模式下会报错。 |
I have compiled the NISwGSP.exe file on Windows successfully. But When I run the examples you provided,there are some errors that are different with example. Some of them get bugs following:
expression: cannot find dereference and map/set iterator.
But some of them get bugs following:
OpenCV(3.4.6) Error: The function/feature is not implemented (Implementation has been removed due original code license issues) in cv::LineSegmentDetectorImpl::LineSegmentDetectorImpl
The text was updated successfully, but these errors were encountered: