Table of Contents

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

src InputArray

The source image

dst OutputArray

The destination image; will have the same size and the same type as src

ksize Size

The smoothing kernel size (must be positive and odd)