You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.MedianFilter Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.MedianFilter Function

Filter data in Src with a median filter and place the result in Dst.

Pascal
procedure MedianFilter(const Src: TVec; const Dst: TVec; MaskSize: integer); overload;

MaskSize defines the size of the mask for the filter. This MedianFilter routine can be used to filter a block of data. The size of Dst is atomatically adjusted.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!