You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > Median Method > TMtxVecInt.Median Method (int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.Median Method (int, int, int)

Applies median filter with size Mask to the calling vector elements [Index.. Index+Len-1].

Syntax
C#
Visual Basic
public TMtxVecInt Median(int MaskSize, int Index, int Len);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!