ANIMA  4.0
Classes | Functions
animaNyulStandardization.cxx File Reference
#include <tclap/CmdLine.h>
#include <itkHistogramMatchingImageFilter.h>
#include <animaReadWriteFunctions.h>
#include <animaRetrieveImageTypeMacros.h>
+ Include dependency graph for animaNyulStandardization.cxx:

Go to the source code of this file.

Classes

struct  arguments
 

Functions

int main (int argc, char **argv)
 
template<class ComponentType >
void retrieveNbDimensions (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 
template<class ComponentType , unsigned int InputDim>
void standardize (itk::ImageIOBase::Pointer imageIO, const arguments &args)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ retrieveNbDimensions()

template<class ComponentType >
void retrieveNbDimensions ( itk::ImageIOBase::Pointer  imageIO,
const arguments args 
)

Definition at line 35 of file animaNyulStandardization.cxx.

References ANIMA_RETRIEVE_NUMBER_OF_DIMENSIONS, and standardize().

Referenced by main().

◆ standardize()

template<class ComponentType , unsigned int InputDim>
void standardize ( itk::ImageIOBase::Pointer  imageIO,
const arguments args 
)