OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
fast_line_detector.hpp 文件参考
#include <opencv2/core.hpp>
fast_line_detector.hpp 的包含依赖关系图
此图显示直接或间接包含此文件的文件。

类  cv::ximgproc::FastLineDetector
 实现 FLD(快速线检测器)算法的类,该算法在 [155] 中进行了描述。 更多…
 

命名空间

命名空间  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 对象的智能指针并对其进行初始化。