OpenCV  4.5.3
Open Source Computer Vision
Classes | Namespaces | Functions
fast_line_detector.hpp File Reference
#include <opencv2/core.hpp>

Classes

class  cv::ximgproc::FastLineDetector
 Class implementing the FLD (Fast Line Detector) algorithm described in [136] . More...
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::ximgproc
 

Functions

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)
 Creates a smart pointer to a FastLineDetector object and initializes it. More...