www.emgu.com/wiki
Finding median of sizexsize neighborhood

Declaration Syntax
public Image<TColor, TDepth> SmoothMedian(
int size
)
Public Function SmoothMedian ( _
size As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ SmoothMedian(
int size
)

Parameters
- size (Int32)
- The size (width & height) of the window

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