Summary
Type used by median filter.
Unit
SignalUtils
Declaration
TMedianState = record
MaskSize: integer;
Data: TVec;
end;
Description
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.
| Copyright 2008 Dew Research |
http://www.dewresearch.com