Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkBaseData.h>
#include <mitkImageCast.h>
#include <mitkImageToItk.h>
#include <metaCommand.h>
#include "mitkCommandLineParser.h"
#include <usAny.h>
#include <itkImageFileWriter.h>
#include <itkImageFileReader.h>
#include <mitkIOUtil.h>
#include <boost/lexical_cast.hpp>
#include <itkShCoefficientImageExporter.h>
#include <itkFlipImageFilter.h>
#include <mitkITKImageImport.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
template<int shOrder> | |
int | StartShConversion (int argc, char *argv[]) |
Convert MITK spherical harmonics image type to MRtrix spherical harmonics image. More... | |
int | main (int argc, char *argv[]) |
#define _USE_MATH_DEFINES |
Definition at line 32 of file ExportShImage.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 103 of file ExportShImage.cpp.
References mitkCommandLineParser::addArgument(), mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().
int StartShConversion | ( | int | argc, |
char * | argv[] | ||
) |
Convert MITK spherical harmonics image type to MRtrix spherical harmonics image.
Definition at line 41 of file ExportShImage.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitk::GrabItkImageMemory(), itk::Image, mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitk::New(), itk::ShCoefficientImageExporter< PixelType, ShOrder >::New(), mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().