19 #ifndef __MITK_LevelSetMotion_MultiRes_default_PROFILE_RESOURCE_H
20 #define __MITK_LevelSetMotion_MultiRes_default_PROFILE_RESOURCE_H
23 #include "mapExceptionObject.h"
24 #include "mapAlgorithmProfileHelper.h"
31 const char *
const MITK_LevelSetMotion_MultiRes_default_profile =
"<Profile>;<Description>This algorithm is an default option for monomodal deformable problem statements in DIPP. Deformable 3D registration algorithm based on an level set motion approach and using a 4 level multi resolution approach to get faster and more robust results. This algorithm is only suitable for mono modal tasks.</Description>;<Contact>Ralf Floca; mitk-users@lists.sourceforge.net</Contact>;<Citation>B.C. Vemuri, J. Ye, Y. Chen, C.M. Leonard.: Image registration via level-set motion: applications to atlas-based segmentation. Medical Image Analysis. Vol. 7. pp. 1-20. 2003.</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>lokal</TransformDomain>;<Metric>Mean square difference</Metric>;</Characteristics>;<Keywords>;<Keyword>deformable</Keyword>;<Keyword>monomodal</Keyword>;<Keyword>multi resolution</Keyword>;<Keyword>DIR</Keyword>;<Keyword>NRR</Keyword>;</Keywords>;</Profile>";
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();
48 return ::map::algorithm::profile::getDescription(tmpProfile);
itk::SmartPointer< Self > Pointer
static const ::map::core::String AlgorithmProfile()
static const ::map::core::String AlgorithmDescription()
const char *const MITK_LevelSetMotion_MultiRes_default_profile
::map::algorithm::UID::Pointer UID()
static itkEventMacro(BoundingShapeInteractionEvent, itk::AnyEvent) class MITKBOUNDINGSHAPE_EXPORT BoundingShapeInteractor Pointer New()
Basic interaction methods for mitk::GeometryData.