![]() |
OpenCV 4.12.0
开源计算机视觉
|
命名空间 | |
| 命名空间 | cv |
函数 | |
| 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) |
| 使用霍夫变换在灰度图像中查找圆并获取累加器。 | |
| 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) |
| 使用标准霍夫变换在二值图像中查找直线并获取累加器。 | |