|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkCommandLineParser.h>#include <mitkImagePixelReadAccessor.h>#include <mitkImagePixelWriteAccessor.h>#include <mitkIOUtil.h>Go to the source code of this file.
Functions | |
| template<typename TPixelType > | |
| void | RectifyImage (mitk::Image::Pointer inputImage, mitk::Image::Pointer outputImage) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 49 of file RectifyImage.cpp.
References mitkCommandLineParser::addArgument(), us::any_value_to_string(), mitk::FillVector3D(), mitkCommandLineParser::Image, mitk::IOUtil::Load(), max(), min(), MITK_ERROR, mitk::ProportionalTimeGeometry::New(), mitk::SlicedGeometry3D::New(), mitk::PlaneGeometry::New(), mitk::Image::New(), mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().
| void RectifyImage | ( | mitk::Image::Pointer | inputImage, |
| mitk::Image::Pointer | outputImage | ||
| ) |
Definition at line 23 of file RectifyImage.cpp.
References mitk::ImagePixelReadAccessor< TPixel, VDimension >::GetPixelByWorldCoordinates(), and mitk::ImagePixelWriteAccessor< TPixel, VDimension >::SetPixelByIndex().