OpenCV  3.4.5
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 [108] . More...
 

Namespaces

 cv
 
 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...