Skip to content

muskie82/IntegralImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Integral Image

Exercise for integral image implementation.

  • Case 1: Naive method
    Time complexity is O(n^4).
  • Case 2: Use the value of previous pixels
    Time complexity is O(n^2).
  • Case 3: Add zero padding to remove if statement in the loop
    Time complexity is O(n^2), but faster than Case 2.

About

Exercise for integral image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published