www.emgu.com/wiki
Summation over a pixel param1 x param2 neighborhood. If scale is true, the result is subsequent scaled by 1/(param1 x param2)

Declaration Syntax
public Image<TColor, TDepth> SmoothBlur(
int width,
int height,
bool scale
)
public:
Image<TColor, TDepth>^ SmoothBlur(
int width,
int height,
bool scale
)

Parameters
- width (Int32)
- The width of the window
- height (Int32)
- The height of the window
- scale (Boolean)
- If true, the result is subsequent scaled by 1/(param1 x param2)

Return Value
The result of blur
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)