Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkDiffusionKurtosisReconstructionImageFilter.h>
Public Member Functions | |
KurtosisFitConfiguration () | |
Public Attributes | |
bool | omit_bzero |
FitScale | fit_scale |
bool | use_K_limits |
vnl_vector_fixed< double, 2 > | K_limits |
bool | exclude_high_b |
double | b_upper_threshold |
Definition at line 223 of file itkDiffusionKurtosisReconstructionImageFilter.h.
|
inline |
Definition at line 225 of file itkDiffusionKurtosisReconstructionImageFilter.h.
double itk::KurtosisFitConfiguration::b_upper_threshold |
Definition at line 235 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel().
bool itk::KurtosisFitConfiguration::exclude_high_b |
Definition at line 234 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel().
FitScale itk::KurtosisFitConfiguration::fit_scale |
Definition at line 229 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel(), and itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().
vnl_vector_fixed<double, 2> itk::KurtosisFitConfiguration::K_limits |
Definition at line 232 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel(), and itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().
bool itk::KurtosisFitConfiguration::omit_bzero |
Definition at line 228 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel(), itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().
bool itk::KurtosisFitConfiguration::use_K_limits |
Definition at line 231 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by FitSingleVoxel(), and itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().