Home | History | Annotate | Download | only in opencv2

Lines Matching defs:LineSegmentDetector

969 An example using the LineSegmentDetector
976 class CV_EXPORTS_W LineSegmentDetector : public Algorithm
1021 virtual ~LineSegmentDetector() { }
1024 /** @brief Creates a smart pointer to a LineSegmentDetector object and initializes it.
1026 The LineSegmentDetector algorithm is defined using the standard values. Only advanced users may want
1039 CV_EXPORTS_W Ptr<LineSegmentDetector> createLineSegmentDetector(
1756 @sa LineSegmentDetector