ANIMA
4.0
|
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
#include <itkImage.h>
#include <itkVectorImage.h>
#include <itkImageRegionIterator.h>
#include <itkAddImageFilter.h>
#include <itkSubtractImageFilter.h>
#include <itkDivideImageFilter.h>
#include <itkMultiplyImageFilter.h>
#include <itkPowImageFilter.h>
Go to the source code of this file.
Functions | |
template<class ImageType > | |
void | computeArithmetic (std::string &inStr, std::string &outStr, std::string &multImStr, std::string &divImStr, std::string &addImStr, std::string &subImStr, double multConstant, double divideConstant, double addConstant, double subConstant, double powConstant, unsigned int nThreads) |
int | main (int argc, char **argv) |
void computeArithmetic | ( | std::string & | inStr, |
std::string & | outStr, | ||
std::string & | multImStr, | ||
std::string & | divImStr, | ||
std::string & | addImStr, | ||
std::string & | subImStr, | ||
double | multConstant, | ||
double | divideConstant, | ||
double | addConstant, | ||
double | subConstant, | ||
double | powConstant, | ||
unsigned int | nThreads | ||
) |
Definition at line 15 of file animaImageArithmetic.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 187 of file animaImageArithmetic.cxx.