Click or drag to resize

LineSegmentDetectorModes Enumeration

Variants of Line Segment %Detector

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public enum LineSegmentDetectorModes
Members
  Member nameValueDescription
RefineNone0 No refinement applied
RefineStd1 Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.
RefineAdv2 Advanced refinement. Number of false alarms is calculated, lines are refined through increase of precision, decrement in size, etc.
See Also