Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "itkImageToImageFilter.h"
#include "itkVectorImage.h"
#include "mitkDiffusionPropertyHelper.h"
#include <vnl/algo/vnl_levenberg_marquardt.h>
#include <vnl/vnl_least_squares_function.h>
#include "itkDiffusionKurtosisReconstructionImageFilter.cxx"
Go to the source code of this file.
Classes | |
struct | itk::kurtosis_fit_lsq_function |
struct | itk::kurtosis_fit_omit_unweighted |
A fitting function handling the unweighted signal b_0 as a fitted parameter. More... | |
struct | itk::KurtosisFitConfiguration |
class | itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType > |
This filter provides the fit of the kurtosis (non-IVIM) signal to the data. More... | |
struct | itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot |
Struct describing a result (and the data) of a Kurtosis model fit. More... | |
Namespaces | |
itk | |
SET FUNCTIONS. | |
Enumerations | |
enum | itk::FitScale { itk::STRAIGHT, itk::LOGARITHMIC } |