TVec::PixelDownSampleHigh Method

Overload List

#SignatureDescription
1void PixelDownSampleHigh(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 PixelDownSampleHigh(int Width, TVec *Y, TVec *X = null, TVec *NX = null);

Overload 1: void PixelDownSampleHigh(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 maximum values. This can be usefull, if the input is already a downsampled signal which has to be further downsampled.

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

Overload 2: void PixelDownSampleHigh(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