You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > Median Method > VectorInt.Median Method (integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.Median Method (integer)

Applies median filter with size Mask to the calling vector.

Pascal
function Median(const MaskSize: integer): TMtxVecInt; 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.

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