ImageTColor, TDepthSmoothMedian Method |
http://www.emgu.com
Finding median of sizexsize neighborhood
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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