TVec::PixelDownSampleLow Method

Overload List

#SignatureDescription
1void PixelDownSampleLow(int Width, TVec *Y, int Index, int Len, TVec *X = null, TVec *NX = null);Downsample the vectors Y and (optionaly) X starting at position Index and for Len samples.
2void PixelDownSampleLow(int Width, TVec *Y, TVec *X = null, TVec *NX = null);

Overload 1: void PixelDownSampleLow(int Width, TVec *Y, int Index, int Len, TVec *X = null, TVec *NX = null);

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

#NameTypeDescription
1Widthint
2YTVec *
3Indexint
4Lenint
5X = nullTVec *
6NX = nullTVec *
Remarks:

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.

Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: void PixelDownSampleLow(int Width, TVec *Y, TVec *X = null, TVec *NX = null);

#NameTypeDescription
1Widthint
2YTVec *
3X = nullTVec *
4NX = nullTVec *
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler