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
- dst
- Type: OpenCvSharpCvArr
The destination image. - smoothtype
- Type: OpenCvSharpSmoothType
Type of the smoothing. - param1
- Type: SystemInt32
The first parameter of smoothing operation. - param2
- Type: SystemInt32
The second parameter of smoothing operation. In case of simple scaled/non-scaled and Gaussian blur if param2 is zero, it is set to param1.
See Also