#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.
|
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...
|
|
#define _USE_MATH_DEFINES |