Ask Your Question

fwiffo's profile - activity

2017-06-13 14:31:11 -0600 asked a question Looking for Partition() in OpenCV 3.2 for Java

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!