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.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
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)