ANIMA  4.0
Namespaces | Functions
animaWatsonDistribution.h File Reference
#include <vnl/vnl_vector_fixed.h>
#include <itkPoint.h>
#include <itkVector.h>
#include "animaWatsonDistribution.hxx"
+ Include dependency graph for animaWatsonDistribution.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 anima
 

Functions

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)