Summary
Defines type of size reduction used in PixelDownSample method.
Unit
MtxVec
Declaration
TPixelDownSample = (pdsPattern, pdsAverage, pdsAverageMagnitude, pdsPeak, pdsPeakMagnitude);
| Value | Description |
|---|
| pdsPattern | Use 1 for all areas with at least one nonzero value regardless of its amplitude. |
| pdsAverage | Use average of all values within an area (pixel). |
| 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). |
Description
Defines type of size reduction used in PixelDownSample method:
| Copyright 2008 Dew Research |
http://www.dewresearch.com