9 template <
class VectorType,
class ScalarType>
10 double ComputeVMFPdf(
const VectorType &v,
const VectorType &meanDirection,
const ScalarType &kappa);
12 template <
class ScalarType,
unsigned int Dimension>
13 double VMFDistance(
const itk::Point <ScalarType,Dimension> &muFirst,
const double &kappaFirst,
14 const itk::Point <ScalarType,Dimension> &muSec,
const double &kappaSec);
17 template <
class ScalarType>
double GetVonMisesConcentrationMLE(const ScalarType rbar)
Maximum likelihood estimation of the concentration parameter of the 2D von Mises distribution accordi...
double VMFDistance(const itk::Point< ScalarType, Dimension > &muFirst, const double &kappaFirst, const itk::Point< ScalarType, Dimension > &muSec, const double &kappaSec)
double ComputeVMFPdf(const VectorType &v, const VectorType &meanDirection, const ScalarType &kappa)