OpenCV
5.0.0-pre
Open Source Computer Vision
|
Namespaces | |
namespace | cv |
Functions | |
static void | cv::HoughLinesWithAccumulator (InputArray image, OutputArray lines, double rho, double theta, int threshold, double srn=0, double stn=0, double min_theta=0, double max_theta=CV_PI) |
Finds lines in a binary image using the standard Hough transform and get accumulator. | |