19 #ifndef __mitkFastSymmetricForcesDemonsMultiResDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
20 #define __mitkFastSymmetricForcesDemonsMultiResDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
23 #include "mapExceptionObject.h"
24 #include "mapAlgorithmProfileHelper.h"
31 const char *
const mitkFastSymmetricForcesDemonsMultiResDefaultRegistrationAlgorithm_profile =
"<Profile>;<Description>This algorithm is a default option for monomodal deformable problem statements in DIPP. The registration algorithm is based on the concept of Thiron's demons using fast symmetric forces and using a 4 level multi resolution approach to get faster and more robust results.</Description>;<Contact>Ralf Floca; mitk-users@lists.sourceforge.net</Contact>;<Citation>Tom Vercauteren, Xavier Pennec, Aymeric Perchant, and Nicholas Ayache. Diffeomorphic Demons Using ITK's Finite Difference Solver Hierarchy. Insight Journal , ISC/NA-MIC Workshop on Open Science at MICCAI 2007, October 2007.</Citation>;<Characteristics>;<DataType>Image</DataType>;<ResolutionStyle>4 (multi res)</ResolutionStyle>;<DimMoving>3</DimMoving>;<ModalityMoving>any/monomodal</ModalityMoving>;<DimTarget>3</DimTarget>;<ModalityTarget>any/monomodal</ModalityTarget>;<Subject>any</Subject>;<Object>any</Object>;<TransformModel>deformable</TransformModel>;<TransformDomain>local</TransformDomain>;<Metric>Mean square difference</Metric>;</Characteristics>;<Keywords>;<Keyword>deformable</Keyword>;<Keyword>demons</Keyword>;<Keyword>monomodal</Keyword>;<Keyword>multi resolution</Keyword>;<Keyword>DIR</Keyword>;<Keyword>NRR</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",
"Demons.FastSymmetricForces.3D.multiRes.default",
"1.0.0",tag);
48 return ::map::algorithm::profile::getDescription(tmpProfile);