Click or drag to resize

MorphShapes Enumeration

Shape of the structuring element

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum MorphShapes
Members
  Member nameValueDescription
Rect0 A rectangular element
Cross1 A cross-shaped element
Ellipse2 An elliptic element
See Also