Finding median of sizexsize neighborhood
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
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