OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/core.hpp>
类 | |
类 | cv::ximgproc::FastLineDetector |
实现 FLD(快速线检测器)算法的类,该算法在 [155] 中进行了描述。 更多… | |
命名空间 | |
命名空间 | 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 对象的智能指针并对其进行初始化。 | |