Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkBaseData.h>
#include <mitkImageCast.h>
#include <mitkImageToItk.h>
#include <metaCommand.h>
#include <mitkCommandLineParser.h>
#include <usAny.h>
#include <itkImageFileWriter.h>
#include <mitkIOUtil.h>
#include <iostream>
#include <fstream>
#include <itksys/SystemTools.hxx>
#include <mitkCoreObjectFactory.h>
#include <mitkFiberBundle.h>
#include <itkMLBSTrackingFilter.h>
#include <mitkTrackingForestHandler.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Typedefs | |
typedef itk::Image< itk::Vector< float, numOdfSamples >, 3 > | SampledShImageType |
Functions | |
int | main (int argc, char *argv[]) |
Perform machine learning based streamline tractography. More... | |
Variables | |
const int | numOdfSamples |
#define _USE_MATH_DEFINES |
Definition at line 34 of file DFTracking.cpp.
typedef itk::Image< itk::Vector< float, numOdfSamples > , 3 > SampledShImageType |
Definition at line 40 of file DFTracking.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Perform machine learning based streamline tractography.
Definition at line 45 of file DFTracking.cpp.
References mitkCommandLineParser::addArgument(), mitk::TrackingForestHandler< ShOrder, NumberOfSignalFeatures >::AddRawData(), us::any_cast(), mitk::CastToItkImage(), mitkCommandLineParser::Float, mitk::DiffusionPropertyHelper::GetItkVectorImage(), mitkCommandLineParser::Int, mitk::TrackingForestHandler< ShOrder, NumberOfSignalFeatures >::LoadForest(), mitk::IOUtil::LoadImage(), MITK_INFO, mitk::New(), mitkCommandLineParser::OutputDirectory, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.
const int numOdfSamples |
Definition at line 39 of file DFTracking.cpp.