how to calculate the integral image ? for an image input img integral image is calcuated in matlab using cumsum as A = cumsum(cumsum(double(img)),2); where A gives the integral image i want to implement it without using mathscript node .please help!!
with regards