OpenCV  4.5.5
Open Source Computer Vision
Namespaces | Functions
bindings.hpp File Reference

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 

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