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.

Parameter Fields

Visible Fields

Kernel Size

name: kernelSize, type: Integer, default: 5, minimum: 3

The kernelSize, needs to be an odd number >= 3. For Uint16 and float, only 3 and 5 are possible.