Shape of the structuring element
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Enumeration MorphShapes
public enum class MorphShapes
OpenCvSharp.MorphShapes = function();
OpenCvSharp.MorphShapes.createEnum('OpenCvSharp.MorphShapes', false);
Members
| Member name | Value | Description |
---|
| Rect | 0 |
A rectangular element
|
| Cross | 1 |
A cross-shaped element
|
| Ellipse | 2 |
An elliptic element
|
See Also