Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "time.h"
#include <sstream>
#include <fstream>
#include <mitkIOUtil.h>
#include "mitkCommandLineParser.h"
#include <mitkGIFCooccurenceMatrix.h>
#include <mitkGIFGrayLevelRunLength.h>
#include <mitkGIFFirstOrderStatistics.h>
#include <mitkGIFVolumetricStatistics.h>
Go to the source code of this file.
Macros | |
#define | mitkCLPolyToNrrd_cpp |
Typedefs | |
typedef itk::Image< double, 3 > | FloatImageType |
typedef itk::Image< unsigned char, 3 > | MaskImageType |
Functions | |
static std::vector< double > | splitDouble (std::string str, char delimiter) |
int | main (int argc, char *argv[]) |
#define mitkCLPolyToNrrd_cpp |
Definition at line 17 of file CLGlobalImageFeatures.cpp.
typedef itk::Image< double, 3 > FloatImageType |
Definition at line 31 of file CLGlobalImageFeatures.cpp.
typedef itk::Image< unsigned char, 3 > MaskImageType |
Definition at line 32 of file CLGlobalImageFeatures.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 48 of file CLGlobalImageFeatures.cpp.
References mitkCommandLineParser::addArgument(), mitk::Equal(), mitkCommandLineParser::InputImage, mitk::IOUtil::LoadImage(), MITK_INFO, mitk::New(), mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), splitDouble(), and mitkCommandLineParser::String.
|
static |
Definition at line 34 of file CLGlobalImageFeatures.cpp.
Referenced by main().