ANIMA  4.0
Namespaces | Functions
animaLogExpMapsUnitSphere.hxx File Reference
#include "animaLogExpMapsUnitSphere.h"
#include <cmath>
+ Include dependency graph for animaLogExpMapsUnitSphere.hxx:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 anima
 

Functions

template<class ScalarType >
void anima::ComputeSphericalCentroid (const std::vector< std::vector< ScalarType > > &dataPoints, std::vector< ScalarType > &centroidValue, const std::vector< ScalarType > &initPoint, const std::vector< ScalarType > &weights, std::vector< ScalarType > *workLogVector=0, std::vector< ScalarType > *workVector=0, double tol=1.0e-4)
 
template<class ScalarType >
void anima::sphere_exp_map (const std::vector< ScalarType > &p, const std::vector< ScalarType > &x, std::vector< ScalarType > &expValue)
 
template<class ScalarType >
void anima::sphere_log_map (const std::vector< ScalarType > &p, const std::vector< ScalarType > &x, std::vector< ScalarType > &logValue)