What are Integral Images and how does it speed up processing in SURF?
显示 更早的评论
Hi, I'm doing some undergraduate research, and I have been recently reading about the image processing algorithms SIFT and SURF.
I think I've read enough to understand how SIFT works and when it is preferable to use. However, I'm stuck on SURF. I've read that it being "3 times faster than SIFT" is attributed to the use of Integral Images.
From what I understand, an integral image is a summed area table, which is just a very efficient way of calculating the sum of values in a rectangular section of a grid (only 4 calculations).
This is where I am stuck. I have read over Herbert Bay's paper on SURF, and I can't figure out ,specifically, how this integral images algorithm is applied to the SURF algorithm, and what makes it so fast.
Maybe I have just been looking at it too long, or it's just out of my league. In either case I was hoping that someone else would be able to share their knowledge with me.
Thanks in advance for any help,
CJ
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!