Method StackBlur
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
StackBlur(InputArray, OutputArray, Size)
Blurs an image using the stackBlur algorithm, a fast approximation of a Gaussian blur.
public static void StackBlur(InputArray src, OutputArray dst, Size ksize)
Parameters
srcInputArrayThe source image
dstOutputArrayThe destination image; will have the same size and the same type as src
ksizeSizeThe smoothing kernel size (must be positive and odd)