OpenCV 4.12.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
bindings.hpp File Reference

Namespaces

namespace  cv
 

Functions

static void cv::HoughCirclesWithAccumulator (InputArray image, OutputArray circles, int method, double dp, double minDist, double param1=100, double param2=100, int minRadius=0, int maxRadius=0)
 Finds circles in a grayscale image using the Hough transform and get accumulator.
 
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, bool use_edgeval=false)
 Finds lines in a binary image using the standard Hough transform and get accumulator.