Enum CVSmoothType
- Namespace
- VisioForge.Core.Types.X.OpenCV
- Assembly
- VisioForge.Core.dll
OpenCV smooth type.
public enum CVSmoothTypeFields
Blur = 1-
The blur.
Gaussian = 2-
The gaussian.
Median = 3-
The median.
Bilateral = 4-
The bilateral.
OpenCV smooth type.
public enum CVSmoothTypeBlur = 1 The blur.
Gaussian = 2 The gaussian.
Median = 3 The median.
Bilateral = 4 The bilateral.