Click or drag to resize

MorphShapes Enumeration

Shape of the structuring element

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