Enum CVSmoothType
OpenCV smooth type.
Namespace: VisioForge.Core.Types.X.OpenCV
Assembly: VisioForge.Core.dll
Syntax
public enum CVSmoothType
Fields
| Name | Description |
|---|---|
| Bilateral | The bilateral. |
| Blur | The blur. |
| Gaussian | The gaussian. |
| Median | The median. |