OpenCV
4.0.0
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Classes | |
class | cv::ximgproc::FastLineDetector |
Class implementing the FLD (Fast Line Detector) algorithm described in [111] . 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... | |