You are here: Symbol Reference > MtxVec Namespace > Structs, Records, Enums > MtxVec.TPixelDownSample Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.TPixelDownSample Enumeration

Defines type of size reduction used in PixelDownSample method.

Pascal
TPixelDownSample = ( pdsPattern, pdsAverage, pdsAverageMagnitude, pdsPeak, pdsPeakMagnitude );
Members 
Description 
pdsPattern 
Use 1 for all areas with at least one nonzero value regardless of its amplitude. 
pdsAverage 
Samples are averaged together. 
pdsAverageMagnitude 
Use average of all absolute values within an area (pixel). 
pdsPeak 
Use only the maximum absolute value within an area (region will become one pixel). 
pdsPeakMagnitude 
First magnitude is computed and maximum value is searched for. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!