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 median blur filter.
It has limited data type support, namely uint8, uint16, and float.
For uint8, it supports any odd Kernel Size
and has constant time performance requirements.
For uint16 and float, it only supports the kernel size 3 and 5.