Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot Struct Reference

Struct describing a result (and the data) of a Kurtosis model fit. More...

#include <itkDiffusionKurtosisReconstructionImageFilter.h>

Public Member Functions

 KurtosisSnapshot ()
 

Public Attributes

vnl_vector< double > bvalues
 
vnl_vector< double > measurements
 
vnl_vector< double > fit_bvalues
 
vnl_vector< double > fit_measurements
 
vnl_vector< unsigned int > weighted_image_indices
 
bool m_fittedBZero
 
double m_f
 
double m_BzeroFit
 
double m_D
 
double m_K
 

Detailed Description

template<class TInputPixelType, class TOutputPixelType>
struct itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot

Struct describing a result (and the data) of a Kurtosis model fit.

Definition at line 256 of file itkDiffusionKurtosisReconstructionImageFilter.h.

Constructor & Destructor Documentation

template<class TInputPixelType , class TOutputPixelType >
itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::KurtosisSnapshot ( )
inline

Member Data Documentation

template<class TInputPixelType , class TOutputPixelType >
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::bvalues
template<class TInputPixelType , class TOutputPixelType >
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::fit_bvalues
template<class TInputPixelType , class TOutputPixelType >
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::fit_measurements
template<class TInputPixelType , class TOutputPixelType >
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_BzeroFit
template<class TInputPixelType , class TOutputPixelType >
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_D
template<class TInputPixelType , class TOutputPixelType >
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_f
template<class TInputPixelType , class TOutputPixelType >
bool itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_fittedBZero
template<class TInputPixelType , class TOutputPixelType >
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_K
template<class TInputPixelType , class TOutputPixelType >
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::measurements
template<class TInputPixelType , class TOutputPixelType >
vnl_vector<unsigned int> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::weighted_image_indices

The documentation for this struct was generated from the following file: