#include <cmath>
#include "animaODFFunctions.h"
#include <iostream>
#include <fstream>
#include <animaVectorOperations.h>
#include <animaBaseTensorTools.h>
#include <itkSymmetricEigenAnalysis.h>
Go to the source code of this file.
|
void | anima::EstimateLocalODFRotationMatrix (vnl_matrix< double > &resVal, unsigned int l, double alpha, double beta, double gamma) |
|
double | anima::GetDValue (unsigned int l, int m, int mp, double angle) |
|
void | anima::GetEulerAnglesFromRotationMatrix (vnl_matrix< double > &R, std::vector< double > &resVal) |
|
std::vector< std::vector< double > > | anima::InitializeSampleDirections (unsigned int nbTheta, unsigned int nbPhi, std::string sampleDirFileName) |
|