Shape of the Structuring Element
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public enum CV_ELEMENT_SHAPE |
Visual Basic (Declaration) |
---|
Public Enumeration CV_ELEMENT_SHAPE |
Visual C++ |
---|
public enum class CV_ELEMENT_SHAPE |
Members
Member name | 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.
|