简体   繁体   中英

LineSegmentDetector (openCV 3) in javacv

I would like to use the LineSegmentDetector of OpenCV 3 in java. Unfortunately it does not seem to be part of the javacpp opencv distribution. What would be the fastest way to use this algorithm im java? The C code is publicly available .

It's now available here, which is eventually going to get merged with the master branch:

https://github.com/bytedeco/javacpp-presets/blob/opencv-3.0/opencv/src/main/java/org/bytedeco/javacpp/opencv_imgproc.java#L2672

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM