Fast Equal-Area Mapping of the (Hemi)Sphere using SIMD
Petrik Clarberg
In Journal of Graphics Tools, 13(3), 2008.
Abstract: We present a fast vectorized implementation of a transform that maps points in the unit square to the surface of the sphere, while preserving fractional area. The mapping uses the octahedral map combined with an equal-area parameterization and has many desirable features such as low distortion, straightforward interpolation, and fast inverse and forward transforms. Our SIMD implementation completely avoids branching and uses polynomial approximations for the trigonometric operations, as well as other tricks. This results in up to 9 times speed-up over a traditional scalar implementation. Source code is available online.
@article{Clarberg:2008:FEM,
author = {Petrik Clarberg},
title = {Fast Equal-Area Mapping of the (Hemi)Sphere using SIMD},
journal = {Journal of Graphics Tools},
volume = {13},
number = {3},
pages = {53--68},
year = {2008},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."