go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elxAdvancedKappaStatisticMetric.h
Go to the documentation of this file.
1 /*======================================================================
2 
3  This file is part of the elastix software.
4 
5  Copyright (c) University Medical Center Utrecht. All rights reserved.
6  See src/CopyrightElastix.txt or http://elastix.isi.uu.nl/legal.php for
7  details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notices for more information.
12 
13 ======================================================================*/
14 
15 #ifndef __elxAdvancedKappaStatisticMetric_H__
16 #define __elxAdvancedKappaStatisticMetric_H__
17 
18 #include "elxIncludes.h"
20 
21 #include "elxTimer.h"
22 
23 namespace elastix
24 {
25 
47  template <class TElastix >
49  public
51  typename MetricBase<TElastix>::FixedImageType,
52  typename MetricBase<TElastix>::MovingImageType >,
53  public MetricBase<TElastix>
54  {
55  public:
56 
63  typedef itk::SmartPointer<Self> Pointer;
64  typedef itk::SmartPointer<const Self> ConstPointer;
65 
67  itkNewMacro( Self );
68 
71 
76  elxClassNameMacro( "AdvancedKappaStatistic" );
77 
79  typedef typename
95  typedef typename Superclass1::RealType RealType;
113  typedef typename
117  typedef typename
119  typedef typename
121  typedef typename
123 
125  itkStaticConstMacro( FixedImageDimension, unsigned int,
126  FixedImageType::ImageDimension );
127 
129  itkStaticConstMacro( MovingImageDimension, unsigned int,
130  MovingImageType::ImageDimension );
131 
140 
145 
149  virtual void Initialize(void) throw (itk::ExceptionObject);
150 
156  virtual void BeforeRegistration( void );
157 
162  virtual void BeforeEachResolution(void);
163 
164  protected:
165 
170 
171  private:
172 
174  AdvancedKappaStatisticMetric( const Self& );// purposely not implemented
176  void operator=( const Self& ); // purposely not implemented
177 
178  }; // end class AdvancedKappaStatisticMetric
179 
180 
181 } // end namespace elastix
182 
183 
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "elxAdvancedKappaStatisticMetric.hxx"
186 #endif
187 
188 #endif // end #ifndef __elxAdvancedKappaStatisticMetric_H__
189 
Superclass::ElastixPointer ElastixPointer
Definition: elxMetricBase.h:85
Superclass1::GradientImageFilterType GradientImageFilterType
Superclass::RegistrationType RegistrationType
Definition: elxMetricBase.h:88
Superclass1::MovingImageLimiterOutputType MovingImageLimiterOutputType
Superclass::ConfigurationType ConfigurationType
Definition: elxMetricBase.h:86
Superclass1::FixedImageConstPointer FixedImageConstPointer
Superclass1::FixedImageRegionType FixedImageRegionType
itk::SmartPointer< Self > Pointer
Definition: elxTimer.h:72
Superclass1::FixedImageLimiterOutputType FixedImageLimiterOutputType
Superclass1::TransformParametersType TransformParametersType
itk::AdvancedKappaStatisticImageToImageMetric< typename MetricBase< TElastix >::FixedImageType, typename MetricBase< TElastix >::MovingImageType > Superclass1
Superclass2::ConfigurationPointer ConfigurationPointer
ElastixType::FixedImageType FixedImageType
Definition: elxMetricBase.h:92
A class to time the different parts of the registration.
Definition: elxTimer.h:66
Superclass::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
Superclass1::FixedImageLimiterType FixedImageLimiterType
Superclass1::ImageSampleContainerPointer ImageSampleContainerPointer
Superclass1::MovingImageDerivativeScalesType MovingImageDerivativeScalesType
Superclass1::TransformJacobianType TransformJacobianType
Superclass1::InterpolatorPointer InterpolatorPointer
Superclass1::MovingImageMaskPointer MovingImageMaskPointer
Superclass1::MovingImageMaskType MovingImageMaskType
Superclass1::GradientImagePointer GradientImagePointer
Superclass1::MovingImageConstPointer MovingImageConstPointer
elxClassNameMacro("AdvancedKappaStatistic")
Superclass1::MovingImagePixelType MovingImagePixelType
Superclass1::FixedImageMaskPointer FixedImageMaskPointer
Superclass1::CoordinateRepresentationType CoordinateRepresentationType
Superclass1::ImageSamplerPointer ImageSamplerPointer
Superclass::ElastixType ElastixType
Definition: elxMetricBase.h:81
Computes similarity between two objects to be registered.
itk::SingleValuedCostFunction ITKBaseType
Superclass1::ImageSampleContainerType ImageSampleContainerType
ElastixType::MovingImageType MovingImageType
Definition: elxMetricBase.h:95
Superclass1::FixedImagePixelType FixedImagePixelType
Superclass::RegistrationPointer RegistrationPointer
Definition: elxMetricBase.h:89
itkStaticConstMacro(FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
Superclass1::MovingImageLimiterType MovingImageLimiterType
An metric based on the itk::AdvancedKappaStatisticImageToImageMetric.
Superclass::ConfigurationPointer ConfigurationPointer
Definition: elxMetricBase.h:87
Superclass1::GradientImageFilterPointer GradientImageFilterPointer
Superclass1::MovingImageRegionType MovingImageRegionType
Superclass2::RegistrationPointer RegistrationPointer
This class is the elastix base class for all Metrics.
Definition: elxMetricBase.h:72


Generated on 04-01-2014 for elastix by doxygen 1.8.5 elastix logo