Summation over a pixel param1 x param2 neighborhood with subsequent scaling by 1/(param1 x param2)
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Image<TColor, TDepth> SmoothBlur( int width, int height ) |
Visual Basic (Declaration) |
---|
Public Function SmoothBlur ( _ width As Integer, _ height As Integer _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ SmoothBlur( int width, int height ) |
Parameters
- width
- Type: System..::.Int32
The width of the window
- height
- Type: System..::.Int32
The height of the window