Internal Images Basic Concept

 

At each pixel (x,y), calculate sum of the rectangle [(0, 0), (x, y)]  by using the following formulas

 

Integral Image I_{\Sigma}(X) at location X=(x,y)^T

I_{\Sigma}(X) = \sum_{i=0}^{i <= x}\sum_{j=0}^{j <= y} I(i, j)

 

 

Suppose we want to find sum in D in the picture

D = (A+B+C+D) – (A+C) – (A+B) – A

 

 

ref : cornell

Advertisement
This entry was posted in Uncategorized. Bookmark the permalink.

One Response to Internal Images Basic Concept

  1. Pingback: Scale Space Pyramid « :: uisp :: dsin ::

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s