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

Downsample the vectors Y and (optionaly) X starting at position Index and for Len samples.

Syntax
C#
Visual Basic
public void PixelDownSampleLow(int Width, TVec Y, int Index, int Len, TVec X, TVec NX);

The method downsamples only the minimum values. This can be usefull, if the input is already a downsampled signal which has to be further downsampled.

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