Summed Area Tables. More...
Summed Area Tables.
Given an image \( I: (x,y) \mapsto i \) where i is pixel intensity at position \((x, y)\).
\(S(x, y) = i(x, y) + S(x-1, y) + S(x, y-1) - S(x-1, y-1)\)
The output array of this function will have \( S(x, y) \) values at their corresponding locations, \((x,y)\)
◆ af_sat()C Interface wrapper for summed area tables.
C++ Interface wrapper for summed area tables.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4