Enum PolygonApproximation
Specifies the available polygon approximation algorithms.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum PolygonApproximation : int
Fields
Name | Description |
---|---|
DouglasPeucker | Specifies that the Douglas-Peucker polygon approximation algorithm should be used. |