You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Matrix.PixelDownSample Method
MtxVec VCL
ContentsIndex
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-2025 by Dew Research. All rights reserved.