Logmap {spherepc} | R Documentation |
Logarithm map
Description
This function performs the logarithm map at (0, 0, 1) on the unit sphere.
Usage
Logmap(vec)
Arguments
vec |
element of the unit sphere in three-dimensional Euclidean vector space. |
Details
This function performs the logarithm map at (0, 0, 1) on the unit sphere. Note that, vec
is normalized to be contained in the unit sphere.
Value
two-dimensional vector.
Author(s)
Jongmin Lee
References
Fletcher, P. T., Lu, C., Pizer, S. M. and Joshi, S. (2004). Principal geodesic analysis for the study of nonlinear statistics of shape. IEEE Transactions on Medical Imaging, 23, 995-1005.
See Also
Examples
Logmap(c(1/sqrt(2), 1/sqrt(2), 0))
[Package spherepc version 0.1.7 Index]