Table of Contents

Enum LineSegmentDetectorModes

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Variants of Line Segment %Detector

[Flags]
public enum LineSegmentDetectorModes

Fields

RefineAdv = 2

Advanced refinement. Number of false alarms is calculated, lines are refined through increase of precision, decrement in size, etc.

RefineNone = 0

No refinement applied

RefineStd = 1

Standard refinement is applied. E.g. breaking arches into smaller straighter line approximations.