Averaged Area Tables
Anyone tried using these instead of Summed Area Tables?
(you just divide by the nr of pixels during creation which is probably still i/o bound)
These often require much less precision (so can fit into an 8-bit surface)
which should be faster to read and filter when used.
Chas.
Anyone tried using these instead of Summed Area Tables?
(you just divide by the nr of pixels during creation which is probably still i/o bound)
These often require much less precision (so can fit into an 8-bit surface)
which should be faster to read and filter when used.
Chas.