Shape of the structuring element
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Rect | 0 | A rectangular element [CV_SHAPE_RECT] | |
| Cross | 1 | A cross-shaped element [CV_SHAPE_CROSS] | |
| Ellipse | 2 | An elliptic element [CV_SHAPE_ELLIPSE] | |
| Custom | 100 | 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