OpenCV 4.10.0
开源计算机视觉库
|
#include <opencv2/core.hpp>
类 | |
类 | cv::ximgproc::FastLineDetector |
实现了 [155] 中所述 FLD(快速线检测器)算法的类。 更多详情... | |
命名空间 | |
命名空间 | cv |
文件存储的“黑盒”表示形式,与磁盘上的文件相关联。 | |
命名空间 | cv::ximgproc |
函数 | |
Ptr< FastLineDetector > | cv::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 对象的智能指针并对其进行初始化。 | |