createLineSegmentDetectorPtr -> createLineSegmentDetector
This commit is contained in:

committed by
Vadim Pisarevsky

parent
f0b050fa88
commit
0a8d62e5fd
@@ -951,7 +951,7 @@ public:
|
||||
};
|
||||
|
||||
//! Returns a pointer to a LineSegmentDetector class.
|
||||
CV_EXPORTS_W Ptr<LineSegmentDetector> createLineSegmentDetectorPtr(
|
||||
CV_EXPORTS_W Ptr<LineSegmentDetector> 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);
|
||||
|
Reference in New Issue
Block a user