Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkCoreObjectFactory.h>
#include "mitkImage.h"
#include <mitkLexicalCast.h>
#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 43 of file RandomForestTraining.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CLUtil::CountVoxel(), mitkCommandLineParser::Directory, mitk::eps, mitkCommandLineParser::File, mitkCommandLineParser::Float, mitkCommandLineParser::Input, mitkCommandLineParser::Int, mask, MITK_INFO, mitk::VigraRandomForestClassifier::New(), mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.