#include <vector>
#include "animaLogExpMapsUnitSphere.hxx"
Go to the source code of this file.
|
template<class ScalarType > |
void | anima::ComputeSphericalCentroid (const std::vector< std::vector< ScalarType > > &dataPoints, std::vector< ScalarType > ¢roidValue, 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) |
|