Enum LineSegmentDetectorModes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Variants of Line Segment %Detector
[Flags]
public enum LineSegmentDetectorModes
Fields
RefineAdv = 2Advanced refinement. Number of false alarms is calculated, lines are refined through increase of precision, decrement in size, etc.
RefineNone = 0No refinement applied
RefineStd = 1Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.