0

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.

1
  • just use opencv's own/official 3.0 api, not javacv. Commented Apr 27, 2015 at 11:40

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.