Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkTrackingForestHandler.h File Reference
#include "mitkBaseData.h"
#include <mitkFiberBundle.h>
#include <itkAnalyticalDiffusionQballReconstructionImageFilter.h>
#include <itkOrientationDistributionFunction.h>
#include <itkMersenneTwisterRandomVariateGenerator.h>
#include <chrono>
#include <vigra/random_forest.hxx>
#include <vigra/multi_array.hxx>
#include <vigra/random_forest_hdf5_impex.hxx>
#include <math.h>
#include "mitkTrackingForestHandler.cpp"

Go to the source code of this file.

Classes

class  mitk::TrackingForestHandler< ShOrder, NumberOfSignalFeatures >
 Manages random forests for fiber tractography. The preparation of the features from the inputa data and the training process are handled here. The data preprocessing and actual prediction for the tracking process is also performed here. The tracking itself is performed in MLBSTrackingFilter. More...
 

Namespaces

 mitk
 DataCollection - Class to facilitate loading/accessing structured data.
 

Macros

#define VIGRA_STATIC_LIB
 
#define _USE_MATH_DEFINES
 

Macro Definition Documentation

#define _USE_MATH_DEFINES

Definition at line 35 of file mitkTrackingForestHandler.h.

#define VIGRA_STATIC_LIB

Definition at line 30 of file mitkTrackingForestHandler.h.