OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
bindings.hpp 文件参考

命名空间

命名空间  cv
 

函数

静态 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)
 使用标准霍夫变换查找二值图像中的直线并获取累加器。