19 #ifndef __mitkMultiModalTransDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
20 #define __mitkMultiModalTransDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
23 #include "mapExceptionObject.h"
24 #include "mapAlgorithmProfileHelper.h"
31 const char *
const mitkMultiModalTransDefaultRegistrationAlgorithm_profile =
"<Profile>;<Description>Algorithm is used as default solution for multimodal problem statements in DIPP where only translation is needed. Uses 3 Resolution levels. By default initializes via image centers.</Description>;<Contact>Ralf Floca; mitk-users@lists.sourceforge.net</Contact>;<Characteristics>;<DataType>Image</DataType>;<ResolutionStyle>3 (multi res)</ResolutionStyle>;<DimMoving>3</DimMoving>;<ModalityMoving>any</ModalityMoving>;<DimTarget>3</DimTarget>;<ModalityTarget>any</ModalityTarget>;<Subject>any</Subject>;<Object>any</Object>;<TransformModel>translation</TransformModel>;<TransformDomain>global</TransformDomain>;<Metric>Mattes mutual information</Metric>;<Optimization>Regular Step Gradient Descent</Optimization>;</Characteristics>;<Keywords>;<Keyword>basic</Keyword>;<Keyword>pre initialization</Keyword>;<Keyword>translation</Keyword>;<Keyword>multimodal</Keyword>;</Keywords>;</Profile>";
36 static ::map::algorithm::UID::Pointer
UID()
38 ::map::core::OStringStream stream;
39 stream << __DATE__ <<
" " << __TIME__ <<
"; MAP "<<MAP_FULL_VERSION_STRING<<
"; ITK "<<ITK_VERSION_MAJOR<<
"."<<ITK_VERSION_MINOR<<
"."<<ITK_VERSION_PATCH;
40 ::map::core::String tag = stream.str();
41 ::map::algorithm::UID::Pointer spResult = ::map::algorithm::UID::New(
"org.mitk",
"MultiModal.translation.default",
"1.0.1",tag);
48 return ::map::algorithm::profile::getDescription(tmpProfile);