Show / Hide Table of Contents

Enum LineSegmentDetectorModes

Variants of Line Segment %Detector

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum LineSegmentDetectorModes

Fields

Name Description
RefineAdv

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

RefineNone

No refinement applied

RefineStd

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX