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