Enum StructuringElementShape
Specifies the shape of the structuring element kernel.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum StructuringElementShape : int
Fields
| Name | Description |
|---|---|
| Cross | Specifies a cross-shaped structuring element. |
| Custom | Specifies a user-defined structuring element. In this case the kernel values are passed explicitly to the constructor method. |
| Ellipse | Specifies an elliptical structuring element. |
| Rectangle | Specifies a rectangular structuring element. |