From bc1f9d6268c24ce5de961f7ba58c5cf5997990d4 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Mon, 30 Sep 2013 15:07:32 +0400 Subject: [PATCH] fixed description of createLineSegmentDetector --- modules/imgproc/doc/feature_detection.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/imgproc/doc/feature_detection.rst b/modules/imgproc/doc/feature_detection.rst index a6d5817..87e14d9 100644 --- a/modules/imgproc/doc/feature_detection.rst +++ b/modules/imgproc/doc/feature_detection.rst @@ -509,11 +509,11 @@ Line segment detector class, following the algorithm described at [Rafael12]_. .. ocv:class:: LineSegmentDetector : public Algorithm -createLineSegmentDetectorPtr ----------------------------- +createLineSegmentDetector +------------------------- Creates a smart pointer to a LineSegmentDetector object and initializes it. -.. ocv:function:: Ptr createLineSegmentDetectorPtr(int _refine = LSD_REFINE_STD, double _scale = 0.8, double _sigma_scale = 0.6, double _quant = 2.0, double _ang_th = 22.5, double _log_eps = 0, double _density_th = 0.7, int _n_bins = 1024) +.. ocv:function:: Ptr createLineSegmentDetector(int _refine = LSD_REFINE_STD, double _scale = 0.8, double _sigma_scale = 0.6, double _quant = 2.0, double _ang_th = 22.5, double _log_eps = 0, double _density_th = 0.7, int _n_bins = 1024) :param _refine: The way found lines will be refined: -- 2.7.4