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...