OpenCV 4.10.0
开源计算机视觉
|
命名空间 | |
命名空间 | cv |
与磁盘文件中文件存储关联的“黑匣子”表示法。 | |
函数 | |
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) |
使用标准霍夫变换在二进制图像中查找直线并获取累加器。 | |