Emgu CV Library Documentation
SmoothMedian Method (size)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)SmoothMedian(Int32)

www.emgu.com/wiki
Finding median of sizexsize neighborhood
Declaration Syntax
C#Visual BasicVisual C++
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)