18 #ifndef MITK_IMAGE_MAPPING_HELPER_H
19 #define MITK_IMAGE_MAPPING_HELPER_H
21 #include "mapImageMappingTask.h"
22 #include "mapRegistrationBase.h"
45 namespace ImageMappingHelper
70 bool throwOnOutOfInputAreaError =
false,
const double& paddingValue = 0,
71 const ResultImageGeometryType* resultGeometry = NULL,
91 bool throwOnOutOfInputAreaError =
false,
const double& paddingValue = 0,
92 const ResultImageGeometryType* resultGeometry = NULL,
::mitk::MAPRegistrationWrapper MITKRegistrationType
::mitk::Image InputImageType
DataCollection - Class to facilitate loading/accessing structured data.
::mitk::BaseGeometry ResultImageGeometryType
MITKMATCHPOINTREGISTRATION_EXPORT bool canRefineGeometry(const RegistrationType *registration)
#define MITKMATCHPOINTREGISTRATION_EXPORT
::mitk::Image ResultImageType
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer refineGeometry(const InputImageType *input, const RegistrationType *registration, bool throwOnError=true)
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer map(const InputImageType *input, const RegistrationType *registration, bool throwOnOutOfInputAreaError=false, const double &paddingValue=0, const ResultImageGeometryType *resultGeometry=NULL, bool throwOnMappingError=true, const double &errorValue=0, mitk::ImageMappingInterpolator::Type interpolatorType=mitk::ImageMappingInterpolator::Linear)
::map::core::RegistrationBase RegistrationType