|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkProperties.h"#include "mitkCommandLineParser.h"#include "mitkIOUtil.h"#include "itkImageRegionIterator.h"#include <mitkITKImageImport.h>#include <mitkImageCast.h>#include <mitkImageAccessByItk.h>Go to the source code of this file.
Functions | |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | CreateXRay (itk::Image< TPixel, VImageDimension > *itkImage, mitk::Image::Pointer mask1, std::string output, Params param) |
| int | main (int argc, char *argv[]) |
| void CreateXRay | ( | itk::Image< TPixel, VImageDimension > * | itkImage, |
| mitk::Image::Pointer | mask1, | ||
| std::string | output, | ||
| Params | param | ||
| ) |
Definition at line 30 of file XRaxSimulationFromCT.cpp.
References mitk::CastToItkImage(), mitk::ImportItkImage(), and mitk::IOUtil::Save().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 162 of file XRaxSimulationFromCT.cpp.
References AccessByItk_3, mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, CreateXRay(), mitkCommandLineParser::Directory, mitkCommandLineParser::File, mitkCommandLineParser::Float, mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, mask, MITK_INFO, mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().