Enum MorphTypes
Type of morphological operation
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum MorphTypes
Fields
Name | Description |
---|---|
BlackHat | "Black hat" |
Close | a closing operation |
Dilate | |
Erode | |
Gradient | Morphological gradient |
HitMiss | "hit and miss" |
Open | an opening operation |
TopHat | "Top hat" |