Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkImageCast.h>
#include "mitkCommandLineParser.h"
#include <boost/algorithm/string.hpp>
#include <mitkImage.h>
#include <itkNonLocalMeansDenoisingFilter.h>
#include <itkImage.h>
#include <mitkIOUtil.h>
#include <mitkDiffusionPropertyHelper.h>
#include <mitkITKImageImport.h>
#include <mitkProperties.h>
Go to the source code of this file.
Typedefs | |
typedef mitk::Image | DiffusionImageType |
typedef itk::Image< short, 3 > | ImageType |
Functions | |
int | main (int argc, char *argv[]) |
typedef mitk::Image DiffusionImageType |
Definition at line 31 of file DwiDenoising.cpp.
typedef itk::Image<short, 3> ImageType |
Definition at line 32 of file DwiDenoising.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Denoises DWI using the Nonlocal - Means algorithm
Definition at line 37 of file DwiDenoising.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CastToItkImage(), mitkCommandLineParser::changeParameterGroup(), compare(), mitkCommandLineParser::Float, mitk::DiffusionPropertyHelper::GetGradientContainer(), mitk::DiffusionPropertyHelper::GetReferenceBValue(), mitk::GrabItkImageMemory(), mitk::DiffusionPropertyHelper::GRADIENTCONTAINERPROPERTYNAME, mitk::DiffusionPropertyHelper::InitializeImage(), mitkCommandLineParser::InputFile, mitkCommandLineParser::Int, mitk::IOUtil::LoadImage(), mitk::FloatProperty::New(), mitk::New(), itk::NonLocalMeansDenoisingFilter< TPixelType >::New(), mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitk::DiffusionPropertyHelper::REFERENCEBVALUEPROPERTYNAME, mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().