ImageTColor, TDepthSmoothMedian Method |
http://www.emgu.com
Finding median of sizexsize neighborhood
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TDepth> SmoothMedian(
int size
)
Public Function SmoothMedian (
size As Integer
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ SmoothMedian(
int size
)
member SmoothMedian :
size : int -> Image<'TColor, 'TDepth>
Parameters
- size
- Type: SystemInt32
The size (width & height) of the window
Return Value
Type:
ImageTColor,
TDepthThe result of mediam smooth
See Also