Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCoreObjectFactory.h>
#include "mitkImage.h"
#include "itkAnalyticalDiffusionQballReconstructionImageFilter.h"
#include <boost/lexical_cast.hpp>
#include "mitkCommandLineParser.h"
#include <mitkIOUtil.h>
#include <itksys/SystemTools.hxx>
#include <mitkDiffusionPropertyHelper.h>
#include <mitkITKImageImport.h>
#include <mitkImageCast.h>
#include <mitkProperties.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Perform Q-ball reconstruction using a spherical harmonics basis
Definition at line 36 of file QballReconstruction.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitk::DiffusionPropertyHelper::AverageRedundantGradients(), mitkCommandLineParser::Bool, mitk::CastToItkImage(), mitkCommandLineParser::Float, mitk::DiffusionPropertyHelper::GetGradientContainer(), mitk::DiffusionPropertyHelper::GetReferenceBValue(), mitk::DiffusionPropertyHelper::InitializeImage(), mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitk::IOUtil::Load(), mitk::New(), mitk::QBallImage::New(), mitk::Image::New(), mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitk::IOUtil::SaveBaseData(), mitk::IOUtil::SaveImage(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().