Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
CLMRUtilities/test/mitkGlobalFeaturesTest.cpp File Reference
#include <mitkTestingMacros.h>
#include <mitkTestFixture.h>
#include "mitkIOUtil.h"
#include <mitkImageCast.h>
#include <mitkGIFFirstOrderStatistics.h>
#include <mitkGIFCooccurenceMatrix.h>
#include <mitkGIFGrayLevelRunLength.h>
#include <math.h>
#include <mitkImageGenerator.h>

Go to the source code of this file.

Functions

template<typename TPixelType >
static mitk::Image::Pointer GenerateMaskImage (unsigned int dimX, unsigned int dimY, unsigned int dimZ, float spacingX=1, float spacingY=1, float spacingZ=1)
 
template<typename TPixelType >
static mitk::Image::Pointer GenerateGradientWithDimXImage (unsigned int dimX, unsigned int dimY, unsigned int dimZ, float spacingX=1, float spacingY=1, float spacingZ=1)
 

Function Documentation

template<typename TPixelType >
static mitk::Image::Pointer GenerateGradientWithDimXImage ( unsigned int  dimX,
unsigned int  dimY,
unsigned int  dimZ,
float  spacingX = 1,
float  spacingY = 1,
float  spacingZ = 1 
)
static
template<typename TPixelType >
static mitk::Image::Pointer GenerateMaskImage ( unsigned int  dimX,
unsigned int  dimY,
unsigned int  dimZ,
float  spacingX = 1,
float  spacingY = 1,
float  spacingZ = 1 
)
static