Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkImageFileWriter.h>
#include <itkResampleImageFilter.h>
#include <itkFiniteDiffOdfMaximaExtractionFilter.h>
#include <mitkImage.h>
#include <mitkQBallImage.h>
#include <mitkImageCast.h>
#include <mitkImageToItk.h>
#include <mitkTensorImage.h>
#include <mitkCoreObjectFactory.h>
#include "mitkCommandLineParser.h"
#include <itkShCoefficientImageImporter.h>
#include <itkFlipImageFilter.h>
#include <boost/lexical_cast.hpp>
#include <boost/algorithm/string.hpp>
#include <mitkIOUtil.h>
Go to the source code of this file.
Functions | |
template<int shOrder> | |
int | StartPeakExtraction (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
Extract maxima in the input spherical harmonics image. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Extract maxima in the input spherical harmonics image.
Definition at line 342 of file PeakExtraction.cpp.
References mitkCommandLineParser::addArgument(), mitkCommandLineParser::Bool, mitkCommandLineParser::Float, mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitkCommandLineParser::OutputDirectory, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.
int StartPeakExtraction | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 39 of file PeakExtraction.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CastToItkImage(), equals(), mitkCommandLineParser::Float, mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitk::IOUtil::LoadImage(), mitk::New(), mitkCommandLineParser::OutputDirectory, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.