Shape of the Structuring Element
| C# | Visual Basic | Visual C++ |
public enum CV_ELEMENT_SHAPE
Public Enumeration CV_ELEMENT_SHAPE
public enum class CV_ELEMENT_SHAPE
| Member | Description |
|---|---|
| CV_SHAPE_RECT |
A rectangular element.
|
| CV_SHAPE_CROSS |
A cross-shaped element.
|
| CV_SHAPE_ELLIPSE |
An elliptic element.
|
| CV_SHAPE_CUSTOM |
A user-defined element.
|