You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.PixelDownSample Method
Dew Math for .NET
ContentsIndexHome
Example
Uses ..., MtxVecTee; var Mtx, ReducedMtx: Matrix; begin Mtx.Size(1000,1000,false); Mtx.RandGauss; // we're interested in averages, not pattern ReducedMtx.PixelDownSample(Mtx,200,pdsAverage); DrawIt(ReducedMtx); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.