You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > PixelDownSampleLow Method > TVec.PixelDownSampleLow Method (integer, TVec, integer, integer, TVec, TVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
TVec.PixelDownSampleLow Method (integer, TVec, integer, integer, TVec, TVec)

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

Pascal
procedure PixelDownSampleLow(Width: integer; Y: TVec; Index: integer; Len: integer; X: TVec = nil; NX: TVec = nil); overload;

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