TMedianState Record

type TMedianState = record;

Type used by median filter.

The record type is used to hold the configuration and the delay line of the median filter between consecutive calls to the MedianFilter method. The record is initialized when passed to the MedianInit method.

Fields

NameTypeDescription
BufferTVec
DataTVec
FloatPrecisionTMtxFloatPrecision
MaskSizeInteger
StateNativeInt