You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TPixelDownSample Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TPixelDownSample Enumeration

Defines type of size reduction used in PixelDownSample method.

Syntax
C#
Visual Basic
public enum TPixelDownSample : uint { pdsPattern, pdsAverage, pdsAverageMagnitude, pdsPeak, pdsPeakMagnitude }

MtxVec.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!