Shape of the Structuring Element
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
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.
|