OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
| 命名空间 | 函数
fast_line_detector.hpp 文件参考
#include <opencv2/core.hpp>
fast_line_detector.hpp 的包含性依赖关系图
此图显示直接或间接包含该文件的文件

类  cv::ximgproc::FastLineDetector
 实现了 [155] 中所述 FLD(快速线检测器)算法的类。 更多详情...
 

命名空间

命名空间  cv
 文件存储的“黑盒”表示形式,与磁盘上的文件相关联。
 
命名空间  cv::ximgproc
 

函数

Ptr< FastLineDetectorcv::ximgproc::createFastLineDetector (int length_threshold=10, float distance_threshold=1.414213562f, double canny_th1=50.0, double canny_th2=50.0, int canny_aperture_size=3, bool do_merge=false)
 创建 FastLineDetector 对象的智能指针并对其进行初始化。