You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecInt Class > public > Median Method > TVecInt.Median Method (TMtxVecInt, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVecInt.Median Method (TMtxVecInt, integer)

Applies median filter with size Mask to data in Src and stores the result in the calling vector.

Pascal
function Median(const Src: TMtxVecInt; MaskSize: integer): TVecInt; overload;

Median filter is a nonlinear filter which replaces each element of the calling vector with the median value, calculated over the fixed range (mask) centered around that element and stores the result in the calling vector.

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