ElementShape Enumeration OpenCvSharp Class Library
Shape of the structuring element

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ElementShape
Members

  Member nameValueDescription
Rect0 A rectangular element [CV_SHAPE_RECT]
Cross1 A cross-shaped element [CV_SHAPE_CROSS]
Ellipse2 An elliptic element [CV_SHAPE_ELLIPSE]
Custom100 A user-defined element. In this case the parameter values specifies the mask, that is, which neighbors of the pixel must be considered. [CV_SHAPE_CUSTOM]
See Also

Reference