http://www.emgu.com
Overload List
Name | Description | |
---|---|---|
![]() | SmoothBlur(Int32, Int32) |
Summation over a pixel param1 x param2 neighborhood with subsequent scaling by 1/(param1 x param2)
(Inherited from Image<(Of <(<'TColor, TDepth>)>)>.) |
![]() | SmoothBlur(Int32, Int32, Boolean) |
Summation over a pixel param1 x param2 neighborhood. If scale is true, the result is subsequent scaled by 1/(param1 x param2)
(Inherited from Image<(Of <(<'TColor, TDepth>)>)>.) |