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