PANDORE Version 6 | GREYC-IMAGE |
The operator psquareintegralimage calculates the square integral image of the input image im_in. The square integral image is a mean to calcule the variance of an inner window of the input image.
The integral image is defined as follows:
output(x,y) = SUM(input(i,j)*input(i,j)) where i in [0..x] and j in [0..y].
Returns SUCCESS or FAILURE.
Calculates the square integral image of tangram.pan
psquareintegralimage tangram.pan col.pan
Author: Pierre Buyssens