You are here: Symbol Reference > MtxVec Namespace > Classes > TMtx Class > public > TMtx.PixelDownSample Method
MtxVec VCL
ContentsIndex
Example
Uses ..., MtxVecTee; var Mtx, ReducedMtx: TMtx; begin CreateIt(Mtx,ReducedMtx); try Mtx.Size(1000,1000,false); Mtx.RandGauss; // we're interested in averages, not pattern Mtx.PixelDownSample(ReducedMtx,200,pdsAverage); DrawIt(ReducedMtx); finally FreeIt(Mtx,ReducedMtx); end; end;

7

Copyright (c) 1999-2025 by Dew Research. All rights reserved.