#include "mapImageMappingTask.h"
#include "mapRegistrationBase.h"
#include "mitkImage.h"
#include "mitkGeometry3D.h"
#include "mitkMAPRegistrationWrapper.h"
#include "MitkMatchPointRegistrationExports.h"
Go to the source code of this file.
|
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer | mitk::ImageMappingHelper::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) |
|
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer | mitk::ImageMappingHelper::map (const InputImageType *input, const MITKRegistrationType *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) |
|
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer | mitk::ImageMappingHelper::refineGeometry (const InputImageType *input, const RegistrationType *registration, bool throwOnError=true) |
|
MITKMATCHPOINTREGISTRATION_EXPORT ResultImageType::Pointer | mitk::ImageMappingHelper::refineGeometry (const InputImageType *input, const MITKRegistrationType *registration, bool throwOnError=true) |
|
MITKMATCHPOINTREGISTRATION_EXPORT bool | mitk::ImageMappingHelper::canRefineGeometry (const RegistrationType *registration) |
|
MITKMATCHPOINTREGISTRATION_EXPORT bool | mitk::ImageMappingHelper::canRefineGeometry (const MITKRegistrationType *registration) |
|