Finding median of sizexsize neighborhood
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual 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
See Also