TPixelDownSample Enumeration

Source: MtxVec.cs · Assembly: Dew.Math

public enum TPixelDownSample

Defines type of size reduction used in PixelDownSample method.

Values

NameDescription
pdsAverageSamples are averaged together.
pdsAverageMagnitudeUse average of all absolute values within an area (pixel).
pdsPatternUse 1 for all areas with at least one nonzero value regardless of its amplitude.
pdsPeakUse only the maximum absolute value within an area (region will become one pixel).
pdsPeakMagnitudeFirst magnitude is computed and maximum value is searched for.