Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkImageCast.h>
#include <mitkTensorImage.h>
#include <mitkIOUtil.h>
#include <mitkFiberBundle.h>
#include <itkStreamlineTrackingFilter.h>
#include <itkDiffusionTensor3D.h>
#include "mitkCommandLineParser.h"
#include <mitkCoreObjectFactory.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Deterministic tensor-based streamline tractography or TEND tractography (multi tensor possible) More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Deterministic tensor-based streamline tractography or TEND tractography (multi tensor possible)
Definition at line 31 of file StreamlineTracking.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CastToItkImage(), mitkCommandLineParser::Float, GetData(), mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitk::IOUtil::LoadDataNode(), mitk::IOUtil::LoadImage(), mitk::New(), mitkCommandLineParser::parseArguments(), mitk::IOUtil::SaveBaseData(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), mitkCommandLineParser::String, and mitkCommandLineParser::StringList.