Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h
Go to the documentation of this file.
1 // -----------------------------------------------------------------------
2 // MatchPoint - DKFZ translational registration framework
3 //
4 // Copyright (c) German Cancer Research Center (DKFZ),
5 // Software development for Integrated Diagnostics and Therapy (SIDT).
6 // ALL RIGHTS RESERVED.
7 // See mapCopyright.txt or
8 // http://www.dkfz.de/en/sidt/projects/MatchPoint/copyright.html
9 //
10 // This software is distributed WITHOUT ANY WARRANTY; without even
11 // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 // PURPOSE. See the above copyright notices for more information.
13 //
14 //------------------------------------------------------------------------
19 #ifndef __mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
20 #define __mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_PROFILE_RESOURCE_H
21 
22 #include "mapUID.h"
23 #include "mapExceptionObject.h"
24 #include "mapAlgorithmProfileHelper.h"
25 
26 namespace map
27 {
28  namespace algorithm
29  {
30 
31  const char *const mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_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>";
32 
34  {
35  public:
36  static ::map::algorithm::UID::Pointer UID()
37  {
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","LevelSetMotion.3D.multiRes.default","1.0.0",tag);
42  return spResult;
43  }
44 
45  static const ::map::core::String AlgorithmDescription()
46  {
48  return ::map::algorithm::profile::getDescription(tmpProfile);
49  }
50 
51  static const ::map::core::String AlgorithmProfile()
52  {
54  }
55  };
56 
57  }
58 }
59 
60 #endif
map::algorithm::mitkLevelSetMotionMultiResDefaultRegistrationAlgorithmUIDPolicy
Definition: mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h:33
map::algorithm::mitkLevelSetMotionMultiResDefaultRegistrationAlgorithmUIDPolicy::AlgorithmProfile
static const ::map::core::String AlgorithmProfile()
Definition: mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h:51
map::algorithm::mitkLevelSetMotionMultiResDefaultRegistrationAlgorithmUIDPolicy::UID
::map::algorithm::UID::Pointer UID()
Definition: mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h:36
map::algorithm::mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_profile
const char *const mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_profile
Definition: mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h:31
map
Definition: mitkFastSymmetricForcesDemonsMultiResDefaultRegistrationAlgorithm_ProfileResource.h:26
map::algorithm::mitkLevelSetMotionMultiResDefaultRegistrationAlgorithmUIDPolicy::AlgorithmDescription
static const ::map::core::String AlgorithmDescription()
Definition: mitkLevelSetMotionMultiResDefaultRegistrationAlgorithm_ProfileResource.h:45