#include <vnl/vnl_vector_fixed.h>
#include <itkPoint.h>
#include <itkVector.h>
#include "animaWatsonDistribution.hxx"
Go to the source code of this file.
|
template<class VectorType , class ScalarType > |
double | anima::EvaluateWatsonPDF (const VectorType &v, const VectorType &meanAxis, const ScalarType &kappa) |
|
template<class ScalarType > |
double | anima::EvaluateWatsonPDF (const vnl_vector_fixed< ScalarType, 3 > &v, const vnl_vector_fixed< ScalarType, 3 > &meanAxis, const ScalarType &kappa) |
|
template<class ScalarType > |
double | anima::EvaluateWatsonPDF (const itk::Point< ScalarType, 3 > &v, const itk::Point< ScalarType, 3 > &meanAxis, const ScalarType &kappa) |
|
template<class ScalarType > |
double | anima::EvaluateWatsonPDF (const itk::Vector< ScalarType, 3 > &v, const itk::Vector< ScalarType, 3 > &meanAxis, const ScalarType &kappa) |
|
template<class ScalarType > |
void | anima::GetStandardWatsonSHCoefficients (const ScalarType k, std::vector< ScalarType > &coefficients, std::vector< ScalarType > &derivatives) |
|