Smooths the image in one of several ways.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpCvArr
The source image. - dst
- Type: OpenCvSharpCvArr
The destination image. - smoothtype
- Type: OpenCvSharpSmoothType
Type of the smoothing.
See Also