NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Typedefs | Functions
niftkConvertImage.cxx File Reference
Include dependency graph for niftkConvertImage.cxx:

Classes

struct  arguments
 

Typedefs

typedef struct arguments Arguments
 

Functions

template<class TPixel >
bool ConvertRGBToLuminanceImage (Arguments args, const int dimension)
 
template<class TOutputPixel , const int dimension>
bool ConvertRGBToScalarLuminanceImage (Arguments args)
 
template<class TPixel >
bool WriteNewImage (Arguments, const int dimension, bool vector)
 
template<class TPixel , const int dimension>
bool WriteNewScalarImage (Arguments)
 
template<class TPixel , const int inputDimension, const int outputDimension>
bool Write4DScalarImageTo3DVectorImage (Arguments)
 
int main (int argc, char **argv)
 

Typedef Documentation

typedef struct arguments Arguments

Function Documentation

template<class TPixel >
bool ConvertRGBToLuminanceImage ( Arguments  args,
const int  dimension 
)
template<class TOutputPixel , const int dimension>
bool ConvertRGBToScalarLuminanceImage ( Arguments  args)
int main ( int  argc,
char **  argv 
)
template<class TPixel , const int inputDimension, const int outputDimension>
bool Write4DScalarImageTo3DVectorImage ( Arguments  args)
template<class TPixel >
bool WriteNewImage ( Arguments  args,
const int  dimension,
bool  vector 
)
template<class TPixel , const int dimension>
bool WriteNewScalarImage ( Arguments  args)