![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkNormalizedGradientCorrelationImageToImageMetric.h>
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
Definition at line 40 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef CastFixedImageFilterType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CastFixedImageFilterPointer |
Definition at line 110 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::CastImageFilter< FixedImageType, FixedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CastFixedImageFilterType |
Definition at line 109 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef CastMovedImageFilterType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CastMovedImageFilterPointer |
Definition at line 119 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::CastImageFilter< TransformedMovingImageType, MovedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CastMovedImageFilterType |
Definition at line 118 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef CombinationTransformType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CombinationTransformPointer |
Definition at line 92 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::AdvancedCombinationTransform< ScalarType, FixedImageDimension> itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::CombinationTransformType |
Types for transforming the moving image
Definition at line 91 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef SmartPointer<const Self> itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 49 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::DerivativeType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 74 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::Image< RealType, itkGetStaticConstMacro( FixedImageDimension ) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedGradientImageType |
Sobel filters to compute the gradients of the Fixed Image
Definition at line 107 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef FixedGradientImageType::PixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedGradientPixelType |
Definition at line 111 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 79 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef TFixedImage::PixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 82 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::FixedImageRegionType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 76 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::FixedImageType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 75 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef NeighborhoodOperatorImageFilter< FixedGradientImageType, FixedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::FixedSobelFilter [protected] |
Definition at line 166 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef InterpolatorType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 72 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::InterpolatorType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 71 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::Image< unsigned char, itkGetStaticConstMacro( FixedImageDimension ) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MaskImageType |
Definition at line 96 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef MaskImageType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MaskImageTypePointer |
Definition at line 97 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::MeasureType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MeasureType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 73 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::Image< RealType, itkGetStaticConstMacro( MovedImageDimension ) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovedGradientImageType |
Definition at line 116 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef MovedGradientImageType::PixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovedGradientPixelType |
Definition at line 120 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef TMovingImage::PixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovedImagePixelType |
Definition at line 83 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef NeighborhoodOperatorImageFilter< MovedGradientImageType, MovedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovedSobelFilter [protected] |
Definition at line 168 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 80 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::MovingImagePointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 81 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::MovingImageRegionType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovingImageRegionType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 78 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::MovingImageType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 77 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::Optimizer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::OptimizerType |
Definition at line 84 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef SmartPointer<Self> itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 48 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef RayCastInterpolatorType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::RayCastInterpolatorPointer |
Definition at line 103 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::AdvancedRayCastInterpolateImageFunction< MovingImageType, ScalarType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::RayCastInterpolatorType |
Definition at line 102 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::RealType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::RealType |
Types transferred from the base class Work around a Visual Studio .NET bug
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 55 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef TransformType::ScalarType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ScalarType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef OptimizerType::ScalesType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ScalesType |
Definition at line 85 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef NormalizedGradientCorrelationImageToImageMetric itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 46 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef AdvancedImageToImageMetric<TFixedImage, TMovingImage > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 47 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef TransformType::ConstPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformConstPointer |
Definition at line 68 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::Image< FixedImagePixelType, itkGetStaticConstMacro( FixedImageDimension ) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformedMovingImageType |
Definition at line 94 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::TransformJacobianType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 70 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef TransformMovingImageFilterType::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformMovingImageFilterPointer |
Definition at line 100 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef itk::ResampleImageFilter< MovingImageType, TransformedMovingImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformMovingImageFilterType |
Definition at line 99 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::TransformParametersType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 69 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::TransformPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 67 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
typedef Superclass::TransformType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::TransformType |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
Definition at line 65 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::NormalizedGradientCorrelationImageToImageMetric | ( | ) | [protected] |
virtual itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::~NormalizedGradientCorrelationImageToImageMetric | ( | ) | [inline, protected, virtual] |
Definition at line 156 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::NormalizedGradientCorrelationImageToImageMetric | ( | const Self & | ) | [private] |
void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ComputeMeanFixedGradient | ( | void | ) | const [protected] |
void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ComputeMeanMovedGradient | ( | void | ) | const [protected] |
Compute the mean of the fixed and moved image gradients.
MeasureType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::ComputeMeasure | ( | const TransformParametersType & | parameters | ) | const [protected] |
Compute the similarity measure
virtual const char* itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative | ( | const TransformParametersType & | parameters, |
DerivativeType & | derivative | ||
) | const [virtual] |
Get the derivatives of the match measure.
virtual const double& itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetDerivativeDelta | ( | ) | [virtual] |
virtual const ScalesType& itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetScales | ( | ) | [virtual] |
virtual MeasureType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetValue | ( | const TransformParametersType & | parameters | ) | const [virtual] |
Get the value for single valued optimizers.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative | ( | const TransformParametersType & | parameters, |
MeasureType & | Value, | ||
DerivativeType & | derivative | ||
) | const [virtual] |
Get value and derivatives for multiple valued optimizers.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::Initialize | ( | void | ) | throw ( ExceptionObject ) [virtual] |
Initialize the Metric by making sure that all the components are present and plugged together correctly.
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | FixedImageDimension | , |
unsigned | int, | ||
TFixedImage::ImageDimension | |||
) |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro | ( | MovedImageDimension | , |
unsigned | int, | ||
MovingImageType::ImageDimension | |||
) |
Sobel filters to compute the gradients of the Moved Image
static Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented in elastix::NormalizedGradientCorrelationMetric< TElastix >.
void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::operator= | ( | const Self & | ) | [private] |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::SetDerivativeDelta | ( | double | _arg | ) | [virtual] |
Set/Get the value of Delta used for computing derivatives by finite differences in the GetDerivative() method.
virtual void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::SetScales | ( | ScalesType | _arg | ) | [virtual] |
Set/Get Scales
void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::SetTransformParameters | ( | const TransformParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
void itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::WriteGradientImagesToFiles | ( | void | ) | const |
Write gradient images to a files for debugging purposes.
CastFixedImageFilterPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_CastFixedImageFilter [private] |
The Sobel gradients of the fixed image
Definition at line 188 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
CastMovedImageFilterPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_CastMovedImageFilter [private] |
The Sobel gradients of the moving image
Definition at line 201 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
CombinationTransformPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_CombinationTransform [private] |
Definition at line 176 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
double itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_DerivativeDelta [private] |
Definition at line 175 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
ZeroFluxNeumannBoundaryCondition< FixedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_FixedBoundCond [private] |
Definition at line 198 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
FixedSobelFilter::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_FixedSobelFilters[itkGetStaticConstMacro(FixedImageDimension)] [private] |
Definition at line 195 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
SobelOperator< FixedGradientPixelType, itkGetStaticConstMacro(FixedImageDimension) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_FixedSobelOperators[FixedImageDimension] [private] |
Definition at line 192 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
FixedGradientPixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_MeanFixedGradient[FixedImageDimension] [mutable, private] |
The mean of the fixed image gradients.
Definition at line 182 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
MovedGradientPixelType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_MeanMovedGradient[MovedImageDimension] [mutable, private] |
The mean of the moving image gradients.
Definition at line 179 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
ZeroFluxNeumannBoundaryCondition< MovedGradientImageType > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_MovedBoundCond [private] |
Definition at line 197 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
MovedSobelFilter::Pointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_MovedSobelFilters[itkGetStaticConstMacro(MovedImageDimension)] [private] |
Definition at line 207 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
SobelOperator< MovedGradientPixelType, itkGetStaticConstMacro(MovedImageDimension) > itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_MovedSobelOperators[MovedImageDimension] [private] |
Definition at line 204 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
ScalesType itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_Scales [private] |
Definition at line 174 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
TransformMovingImageFilterPointer itk::NormalizedGradientCorrelationImageToImageMetric< TFixedImage, TMovingImage >::m_TransformMovingImageFilter [private] |
The filter for transforming the moving images.
Definition at line 185 of file itkNormalizedGradientCorrelationImageToImageMetric.h.
Generated on 11-05-2012 for elastix by ![]() |
![]() |