14 #ifndef MITK_IMAGE_MAPPING_HELPER_H 15 #define MITK_IMAGE_MAPPING_HELPER_H 17 #include "mapImageMappingTask.h" 18 #include "mapRegistrationBase.h" 41 namespace ImageMappingHelper
66 bool throwOnOutOfInputAreaError =
false,
const double& paddingValue = 0,
67 const ResultImageGeometryType* resultGeometry =
nullptr,
87 bool throwOnOutOfInputAreaError =
false,
const double& paddingValue = 0,
88 const ResultImageGeometryType* resultGeometry =
nullptr,
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer map(const InputImageType *input, const MITKRegistrationType *registration, bool throwOnOutOfInputAreaError=false, const double &paddingValue=0, const ResultImageGeometryType *resultGeometry=nullptr, bool throwOnMappingError=true, const double &errorValue=0, mitk::ImageMappingInterpolator::Type interpolatorType=mitk::ImageMappingInterpolator::Linear)
::mitk::MAPRegistrationWrapper MITKRegistrationType
::mitk::Image InputImageType
DataCollection - Class to facilitate loading/accessing structured data.
::mitk::BaseGeometry ResultImageGeometryType
#define MITKMATCHPOINTREGISTRATION_EXPORT
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer refineGeometry(const InputImageType *input, const MITKRegistrationType *registration, bool throwOnError=true)
MITKMATCHPOINTREGISTRATION_EXPORT bool canRefineGeometry(const MITKRegistrationType *registration)
::mitk::Image ResultImageType
::map::core::RegistrationBase RegistrationType