DSP Master VCL
|
Type used by median filter.
TMedianState = record State: PAPointer; FloatPrecision: TMtxFloatPrecision; MaskSize: integer; Data: TVec; Buffer: TVec; end;
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 (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|