Ask Your Question
0

Looking for Partition() in OpenCV 3.2 for Java

asked 2017-06-13 14:24:41 -0600

fwiffo gravatar image

Hello,

I have some older code that worked with OpenCV 2.4 for c++ and am looking to adapt it using the java implementation of OpenCV 3.2.

The code relies on the partition method to group lines, returned by HoughLinesP(), based on angle and distance. I cannot seem to find any mention of partition() in the Java version (3.2 nor 2.4).

Is it not available? Or been changed into something else? Is there something else that would allow me to perform a similar grouping mechanism?

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-06-13 23:27:58 -0600

berak gravatar image

it's not available in java at all. (template/callback problem)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-06-13 14:24:41 -0600

Seen: 288 times

Last updated: Jun 13 '17