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