cvMedian¶
- MLModule¶
author
package
dll
definition
keywords
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.
Parameter Fields¶
Visible Fields¶
Kernel Size¶
- name: kernelSize, type: Integer, default: 5, minimum: 3¶
Sets the size of the kernel. This must be an odd number greater or equal to 3.
For input images with the data types uint16 and float, only the kernel sizes 3 and 5 are supported.