How to construct array for 45 degrees integral image
4 ビュー (過去 30 日間)
古いコメントを表示
Hi…
I have an images M X N, and i would like to calculate rotated integral images (RSAT). Could anyone explains step by step to construct array for 45 degrees integral image .
Actually am attempting to implement rotated integral image, based on paper "An Extended Set of Haar- like Features for Rapid Object Detection" by Reiner Lienhart and Jochen Maydt. It mentions, that RSAT(x,y) can be calculate using 2 pass equation over a pixels.
I would like to know, should i rotate the image before i'm calculating RSAT or i just calculate RSAT using original image(without rotate it).
Thank you.
3 件のコメント
Walter Roberson
2013 年 6 月 27 日
Perhaps you could post a small example or a link to a small example (that doesn't require that we read and understand the entire paper) ?
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!