A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.arrayfire.org/docs/group__image__func__sat.htm below:

ArrayFire: sat

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.

Parameters
[out] out is the summed area table on input image(s) [in] in is the input array
Returns
AF_SUCCESS if the sat computation is successful, otherwise an appropriate error code is returned.
◆ sat()

C++ Interface wrapper for summed area tables.

Parameters
[in] in is the input array
Returns
the summed area table of input image

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