-
Notifications
You must be signed in to change notification settings - Fork 124
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
Test examples bug #25
Comments
"OpenCV(3.4.6) Error: The function/feature is not implemented (Implementation has been removed due original code license issues) in cv::LineSegmentDetectorImpl::LineSegmentDetectorImpl" error means this function haven bene remove in OpenCV 3.4.6.
You should switch OpenCV3.4.6 to OpenCV3.0 or OpencvCV3.4 as author said.(Sorry,i forgot which version,you can try OpenCv 3.0.0 first).
PLEASE SLOVE THE PROBLEM FIRST!!!
Solutions to some problems have been forgotten,I just tell you from my memory! I apologize if you can't solve your problem.
Thanks for the letter,Wish you success!
…------------------ 原始邮件 ------------------
发件人: "hub-wll"<[email protected]>;
发送时间: 2020年3月24日(星期二) 下午5:32
收件人: "nothinglo/NISwGSP"<[email protected]>;
抄送: "刘自驰"<[email protected]>;"Author"<[email protected]>;
主题: Re: [nothinglo/NISwGSP] Test examples bug (#25)
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
同学你好:
我直接用中文回复你吧!在我印象中,这个问题我遇到过,问题的根音是opencv的版本太新,该函数在opencv3.4.8已经被移除了。可以有两种解决办法:第一个是采用作者所用的版本(建议采用这种办法,也是本人采用的方法);第二种办法就是尝试用opencv3.4.8对这个函数进行其他函数替换(相对第一种办法,能力要求高一些)。
希望我的建议可以帮助到你!
祝好~
…---Original---
From: "Xinyao Nie"<[email protected]>
Date: Wed, Jan 27, 2021 18:05 PM
To: "nothinglo/NISwGSP"<[email protected]>;
Cc: "Liuzichi"<[email protected]>;"Author"<[email protected]>;
Subject: Re: [nothinglo/NISwGSP] Test examples bug (#25)
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
I have meet the same error with opencv3.4.8, have you sovled this problem?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
谢谢您的回复~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I successfully compiled the *.exe file on Windows.When I run the examples you provided,Some of them work properly to get results. But most of examples get bug as following:
I'm a new programmer,can't find out where bug is!! Please help me to solve this problem or teach me how to debug! Please!!!
The text was updated successfully, but these errors were encountered: