gpu's hough probabilistic threshold parameter
Why does the cv::gpu::HoughLinesP
method not have a threshold parameter in it? What do I do if I wanted something like a threshold parameter? Is the maxLines
parameter effectively the same?
BTW I'm using the most recent master branch version of OpenCV...
is it a missing feature or just bad naming of variables or parameters?