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