ANIMA  4.0
Functions
animaImageSmoother.cxx File Reference
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
#include <itkImage.h>
#include <itkVectorImage.h>
#include <animaSmoothingRecursiveYvvGaussianImageFilter.h>
+ Include dependency graph for animaImageSmoother.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
template<class ImageType >
void performSmoothing (std::string &inStr, std::string &outStr, double sigma, unsigned int nThreads)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file animaImageSmoother.cxx.

◆ performSmoothing()

template<class ImageType >
void performSmoothing ( std::string &  inStr,
std::string &  outStr,
double  sigma,
unsigned int  nThreads 
)

Definition at line 10 of file animaImageSmoother.cxx.