Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkImageCast.h>
#include <mitkImage.h>
#include <mitkIOUtil.h>
#include "mitkCommandLineParser.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Copies transformation matrix of one image to another. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Copies transformation matrix of one image to another.
Definition at line 28 of file CopyGeometry.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::BaseGeometry::GetIndexToWorldTransform(), mitkCommandLineParser::InputFile, mitk::IOUtil::LoadImage(), mitkCommandLineParser::OutputFile, mitkCommandLineParser::parseArguments(), mitk::IOUtil::SaveImage(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitk::BaseGeometry::SetIndexToWorldTransform(), and mitkCommandLineParser::setTitle().