Pyramid (image processing): Difference between revisions

Content deleted Content added
Added computer vision feature detection sidebar. (this article is linked in it)
Line 13:
==Applications of pyramids==
 
In the early days of computer vision, pyramids were used as the main type of multi-scale representation for computing multi-scale image [[feature detection (computer vision)|features]] from real-world image data. Today,More thisrecent roletechniques has been taken over byinclude scale space representation, motivatedwhich has been popular among some byresearchers thedue moreto solidits theoretical foundation, the ability to decouple the subsampling stage from the multi-scale representation, the more powerful tools for theoretical analysis as well as the ability to compute a representation at ''any'' desired scale, thus avoiding the algorithmic problems of relating image representations at different resolution. Nevertheless, pyramids are still frequently used for expressing computationally efficient approximations to scale-space representation.<ref>Crowley, J, Riff O. [http://www-prima.inrialpes.fr/Prima/Homepages/jlc/papers/Crowley-ScaleSpace03.pdf Fast computation of scale normalised Gaussian receptive fields], Proc. Scale-Space'03, Isle of Skye, Scotland, Springer Lecture Notes in Computer Science, volume 2695, 2003.</ref><ref>Lindeberg, T. and Bretzner, L. [http://www.nada.kth.se/cvap/abstracts/cvap279.html Real-time scale selection in hybrid multi-scale representations], Proc. Scale-Space'03, Isle of Skye, Scotland, Springer Lecture Notes in Computer Science, volume 2695, pages 148-163, 2003.</ref><ref>Lowe, D. G., “[http://citeseer.ist.psu.edu/lowe04distinctive.html Distinctive image features from scale-invariant keypoints]”, International Journal of Computer Vision, 60, 2, pp. 91-110, 2004.</ref>
 
==References==