nothinglo / NISwGSP

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

Test examples bug #25

Open Liuzichi opened 5 years ago

Liuzichi commented 5 years ago

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: image

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!!!

hub-wll commented 4 years ago

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. 11

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

Liuzichi commented 4 years ago

"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"<notifications@github.com>; 发送时间: 2020年3月24日(星期二) 下午5:32 收件人: "nothinglo/NISwGSP"<NISwGSP@noreply.github.com>; 抄送: "刘自驰"<liuzichi@foxmail.com>;"Author"<author@noreply.github.com>; 主题: 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.

SHIsue commented 3 years ago

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. 11

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

I have meet the same error with opencv3.4.8, have you sovled this problem?

Liuzichi commented 3 years ago

同学你好:      我直接用中文回复你吧!在我印象中,这个问题我遇到过,问题的根音是opencv的版本太新,该函数在opencv3.4.8已经被移除了。可以有两种解决办法:第一个是采用作者所用的版本(建议采用这种办法,也是本人采用的方法);第二种办法就是尝试用opencv3.4.8对这个函数进行其他函数替换(相对第一种办法,能力要求高一些)。       希望我的建议可以帮助到你!        祝好~

---Original--- From: "Xinyao Nie"<notifications@github.com> Date: Wed, Jan 27, 2021 18:05 PM To: "nothinglo/NISwGSP"<NISwGSP@noreply.github.com>; Cc: "Liuzichi"<liuzichi@foxmail.com>;"Author"<author@noreply.github.com>; 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.

SHIsue commented 3 years ago

谢谢您的回复~

jchhuang commented 2 months ago

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. 11

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

I meet the same bug as you, so I would like to ask you how you finally solve this issue?