LineSegmentDetectorModes Enumeration
|
Variants of Line Segment %Detector
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum LineSegmentDetectorModes
Public Enumeration LineSegmentDetectorModes
public enum class LineSegmentDetectorModes
type LineSegmentDetectorModes
OpenCvSharp.LineSegmentDetectorModes = function();
OpenCvSharp.LineSegmentDetectorModes.createEnum('OpenCvSharp.LineSegmentDetectorModes', false);
Members
| Member name | Value | Description |
---|
| RefineNone | 0 |
No refinement applied
|
| RefineStd | 1 |
Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.
|
| RefineAdv | 2 |
Advanced refinement. Number of false alarms is calculated, lines are
refined through increase of precision, decrement in size, etc.
|
See Also