The Analysis of Projective Transformation Algorithms for Image Recognition on Mobile Devices
Anton Trusov, Elena Limonova

TL;DR
This paper evaluates various projective transformation algorithms for image recognition on mobile devices, focusing on balancing computational efficiency and image quality to meet the demands of real-time mobile recognition systems.
Contribution
It compares classical interpolation and sampling methods, experimentally identifying optimal combinations for mobile image transformation tasks.
Findings
Bilinear interpolation with mip-map pre-filtering offers a good balance of quality and speed.
FAST sampling combined with bilinear interpolation is also effective for mobile recognition.
Selected methods are suitable for real-time applications requiring artifact-free images.
Abstract
In this work we apply commonly known methods of non-adaptive interpolation (nearest pixel, bilinear, B-spline, bicubic, Hermite spline) and sampling (point sampling, supersampling, mip-map pre-filtering, rip-map pre-filtering and FAST) to the problem of projective image transformation. We compare their computational complexity, describe their artifacts and than experimentally measure their quality and working time on mobile processor with ARM architecture. Those methods were widely developed in the 90s and early 2000s, but were not in an area of active research in resent years due to a lower need in computationally efficient algorithms. However, real-time mobile recognition systems, which collect more and more attention, do not only require fast projective transform methods, but also demand high quality images without artifacts. As a result, in this work we choose methods appropriate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
