[Tutor] [tutor] Finding image statistics

Kent Johnson kent37 at tds.net
Mon Mar 10 12:13:26 CET 2008


Varsha Purohit wrote:
> I donno which approach i should follow.....
> should i multiply each pixel with cellsize or first i add up all of them 
> and multiply the cumulative result with cellsize............

If you 'multiply' by assigning a different value in clip() then it 
probably doesn't matter. I wouldn't multiply the whole image in a 
separate operation.

Kent


More information about the Tutor mailing list