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

FastLineDetector is not implemented in opencv_ximgproc #991

Closed
Daniel-Alievsky opened this issue Dec 27, 2020 · 2 comments
Closed

FastLineDetector is not implemented in opencv_ximgproc #991

Daniel-Alievsky opened this issue Dec 27, 2020 · 2 comments

Comments

@Daniel-Alievsky
Copy link

Hello! I tried to use FastLineDetector instead of LineSegmentDetector, which was removed from OpenCV due to license issues.
However, I was surprised when didn't find FastLineDetector in org.bytedeco.opencv.opencv_ximgproc package. What is the reason? Will be it added in future versions?

At the same time, I found FastLineDetector in another package: org.opencv.ximgproc, which was also added inside standard JavaCPP opencv dependence (opencv-platform). Unfortunately, this implementation processes other Mat class: org.opencv.core.Mat, but all my other functions work with org.bytedeco.opencv.opencv_core.Mat. Maybe, is there some way to convert one class to another?

@saudet
Copy link
Member

saudet commented Dec 28, 2020

That's been fixed in commit f69b146. Please give it a try with the snapshots: http://bytedeco.org/builds/

@saudet
Copy link
Member

saudet commented Dec 28, 2020

Duplicate of #958

@saudet saudet marked this as a duplicate of #958 Dec 28, 2020
@saudet saudet closed this as completed Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants