ANIMA
4.0
|
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
#include <itkImage.h>
#include <itkVectorImage.h>
#include <animaSmoothingRecursiveYvvGaussianImageFilter.h>
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) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file animaImageSmoother.cxx.
void performSmoothing | ( | std::string & | inStr, |
std::string & | outStr, | ||
double | sigma, | ||
unsigned int | nThreads | ||
) |
Definition at line 10 of file animaImageSmoother.cxx.