cvMedian¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLOpenCVModules
definition MLOpenCVModules.def keywords fast
,constant
,blur
Purpose¶
The cvMedian
wraps the OpenCV 2D medianBlur filter.
It has limited datatype support, namely uint8, uint16 and float.
For Uint8 it supports any kernelSize and has constant time performance requirements. For Uint16 and float it only supports kernelSize == 3 or kernelSize == 5.