Ask Your Question

Revision history [back]

Java version of HoughLines calls native function from OpenCV. So, if you call it from native code its performance is approximately the same. As alternative you van try HoughLinesP function that uses probabilistic approach. In some cases it is much faster then classic version.