You need to enable JavaScript to run this app.Summed Area Table - GammaCV
GammaCV Logo
DocsExamplesGitHub

SummedAreaTable

Description

A summed-area table operation is quickly and efficiently generate the sum of values in a rectangular subset of a grid. More on wiki.

Interactive Summed-Area Table Generation... (AMD)

Params
tSrcTensorThe source image to be grayscaled.
passesPerAxis?numberPerformance configurator of passes/samplesPerPass
Example
gm.sat(inputImage);

SquaredSummedAreaTable

Description

A squared summed-area table operation is quickly and efficiently generate the sum of squared values in a rectangular subset of a grid. More on wiki.

Interactive Summed-Area Table Generation... (AMD)

Params
tSrcTensorThe source image to be grayscaled.
passesPerAxis?numberPerformance configurator of passes/samplesPerPass
Example
gm.sqsat(inputImage);