Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkCoreObjectFactory.h>
#include "mitkImage.h"
#include <boost/lexical_cast.hpp>
#include "mitkCommandLineParser.h"
#include <mitkIOUtil.h>
#include <itksys/SystemTools.hxx>
#include <mitkITKImageImport.h>
#include <mitkImageCast.h>
#include <mitkProperties.h>
#include <itkImageRegionIterator.h>
#include <mitkCLUtil.h>
#include <mitkVigraRandomForestClassifier.h>
#include <QDir>
#include <QString>
#include <QStringList>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file RandomForestTraining.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CLUtil::CountVoxel(), mitk::eps, mitkCommandLineParser::Float, mitkCommandLineParser::InputDirectory, mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, 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.