http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Summation over a pixel param1 x param2 neighborhood. If scale is true, the result is subsequent scaled by 1/(param1 x param2)
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> SmoothBlur( int width, int height, bool scale ) |
Visual Basic |
---|
Public Function SmoothBlur ( _ width As Integer, _ height As Integer, _ scale As Boolean _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ SmoothBlur( int width, int height, bool scale ) |
Parameters
- width
- Type: System..::..Int32
The width of the window
- height
- Type: System..::..Int32
The height of the window
- scale
- Type: System..::..Boolean
If true, the result is subsequent scaled by 1/(param1 x param2)