Skip to content
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

Open
hub-wll opened this issue Mar 24, 2020 · 6 comments
Open

run error with folders provided #7

hub-wll opened this issue Mar 24, 2020 · 6 comments

Comments

@hub-wll
Copy link

hub-wll commented Mar 24, 2020

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.
Uploading 11.png…
Uploading 12.png…
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
13

@smilelc3
Copy link

smilelc3 commented Apr 4, 2020

Hi,I also have the same problem, Did you solve it?

@smilelc3
Copy link

smilelc3 commented Apr 4, 2020

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!

@DaxingZ
Copy link

DaxingZ commented Jun 2, 2020

aha, I have the same problem. Changing the OpenCV version or using FastLineDetector instead of LineSegmentDetector may help solve the problem.

@LemonLov
Copy link

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?

@smilelc3
Copy link

hi,

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?

yeah, FastLineDetector Work! 兄弟,我看你也是国人,我这里还有一份完全可以在VS环境下编译用的,添加好了OPENCV和其他依赖,你需要我给你一份

@LemonLov
Copy link

hi,

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?

yeah, FastLineDetector Work! 兄弟,我看你也是国人,我这里还有一份完全可以在VS环境下编译用的,添加好了OPENCV和其他依赖,你需要我给你一份

谢了,兄弟!([email protected])我今天又试了一下3.4.0版本的,release下有结果了,不过debug模式下会报错。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants