go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Private Member Functions | Private Attributes
itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage > Class Template Reference

Computes similarity between two objects to be registered. More...

#include <itkGradientDifferenceImageToImageMetric2.h>

Inheritance diagram for itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >:
Inheritance graph
[legend]
Collaboration diagram for itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >:
Collaboration graph
[legend]

Public Types

typedef
CastFixedImageFilterType::Pointer 
CastFixedImageFilterPointer
typedef itk::CastImageFilter
< FixedImageType,
FixedGradientImageType
CastFixedImageFilterType
typedef
CastMovedImageFilterType::Pointer 
CastMovedImageFilterPointer
typedef itk::CastImageFilter
< TransformedMovingImageType,
MovedGradientImageType
CastMovedImageFilterType
typedef
CombinationTransformType::Pointer 
CombinationTransformPointer
typedef
itk::AdvancedCombinationTransform
< ScalarType,
FixedImageDimension > 
CombinationTransformType
typedef SmartPointer< const SelfConstPointer
typedef Superclass::DerivativeType DerivativeType
typedef itk::Image< RealType,
itkGetStaticConstMacro(FixedImageDimension) > 
FixedGradientImageType
typedef
FixedGradientImageType::PixelType 
FixedGradientPixelType
typedef
Superclass::FixedImageConstPointer 
FixedImageConstPointer
typedef TFixedImage::PixelType FixedImagePixelType
typedef Superclass::FixedImageType FixedImageType
typedef InterpolatorType::Pointer InterpolatorPointer
typedef
Superclass::InterpolatorType 
InterpolatorType
typedef Superclass::MeasureType MeasureType
typedef itk::Image< RealType,
itkGetStaticConstMacro(MovedImageDimension) > 
MovedGradientImageType
typedef
MovedGradientImageType::PixelType 
MovedGradientPixelType
typedef TMovingImage::PixelType MovedImagePixelType
typedef
Superclass::MovingImageConstPointer 
MovingImageConstPointer
typedef MovingImageType::RegionType MovingImageRegionType
typedef Superclass::MovingImageType MovingImageType
typedef itk::Optimizer OptimizerType
typedef SmartPointer< SelfPointer
typedef
RayCastInterpolatorType::Pointer 
RayCastInterpolatorPointer
typedef
itk::AdvancedRayCastInterpolateImageFunction
< MovingImageType, ScalarType
RayCastInterpolatorType
typedef Superclass::RealType RealType
typedef TransformType::ScalarType ScalarType
typedef OptimizerType::ScalesType ScalesType
typedef
GradientDifferenceImageToImageMetric 
Self
typedef
AdvancedImageToImageMetric
< TFixedImage, TMovingImage > 
Superclass
typedef itk::Image
< FixedImagePixelType,
itkGetStaticConstMacro(FixedImageDimension) > 
TransformedMovingImageType
typedef
Superclass::TransformJacobianType 
TransformJacobianType
typedef
itk::ResampleImageFilter
< MovingImageType,
TransformedMovingImageType
TransformMovingImageFilterType
typedef
Superclass::TransformParametersType 
TransformParametersType
typedef
Superclass::TransformPointer 
TransformPointer
typedef Superclass::TransformType TransformType

Public Member Functions

virtual const char * GetClassName () const
void GetDerivative (const TransformParametersType &parameters, DerivativeType &derivative) const
virtual const doubleGetDerivativeDelta ()
virtual const ScalesTypeGetScales ()
MeasureType GetValue (const TransformParametersType &parameters) const
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &derivative) const
virtual void Initialize (void) throw ( ExceptionObject )
 itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
 itkStaticConstMacro (MovedImageDimension, unsigned int, MovingImageType::ImageDimension)
virtual void SetDerivativeDelta (double _arg)
virtual void SetScales (ScalesType _arg)
void WriteGradientImagesToFiles (void) const

Static Public Member Functions

static Pointer New ()

Protected Types

typedef
NeighborhoodOperatorImageFilter
< FixedGradientImageType,
FixedGradientImageType
FixedSobelFilter
typedef
NeighborhoodOperatorImageFilter
< MovedGradientImageType,
MovedGradientImageType
MovedSobelFilter

Protected Member Functions

MeasureType ComputeMeasure (const TransformParametersType &parameters, const double *subtractionFactor) const
void ComputeMovedGradientRange (void) const
void ComputeVariance (void) const
 GradientDifferenceImageToImageMetric ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~GradientDifferenceImageToImageMetric ()

Private Member Functions

 GradientDifferenceImageToImageMetric (const Self &)
void operator= (const Self &)

Private Attributes

CastFixedImageFilterPointer m_CastFixedImageFilter
CastMovedImageFilterPointer m_CastMovedImageFilter
CombinationTransformPointer m_CombinationTransform
double m_DerivativeDelta
ZeroFluxNeumannBoundaryCondition
< FixedGradientImageType
m_FixedBoundCond
FixedSobelFilter::Pointer m_FixedSobelFilters [itkGetStaticConstMacro(FixedImageDimension)]
SobelOperator
< FixedGradientPixelType,
itkGetStaticConstMacro(FixedImageDimension) > 
m_FixedSobelOperators [FixedImageDimension]
FixedGradientPixelType m_MaxFixedGradient [FixedImageDimension]
MovedGradientPixelType m_MaxMovedGradient [MovedImageDimension]
FixedGradientPixelType m_MinFixedGradient [FixedImageDimension]
MovedGradientPixelType m_MinMovedGradient [MovedImageDimension]
ZeroFluxNeumannBoundaryCondition
< MovedGradientImageType
m_MovedBoundCond
MovedSobelFilter::Pointer m_MovedSobelFilters [itkGetStaticConstMacro(MovedImageDimension)]
SobelOperator
< MovedGradientPixelType,
itkGetStaticConstMacro(MovedImageDimension) > 
m_MovedSobelOperators [MovedImageDimension]
double m_Rescalingfactor
ScalesType m_Scales
TransformMovingImageFilterType::Pointer m_TransformMovingImageFilter
MovedGradientPixelType m_Variance [FixedImageDimension]

Detailed Description

template<class TFixedImage, class TMovingImage>
class itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >

Computes similarity between two objects to be registered.

This Class is templated over the type of the Images to be compared and over the type of transformation and Iterpolator to be used.

This metric computes the sum of squared differences between pixels in the derivatives of the moving and fixed images after passing the squared difference through a function of type $ \frac{1}{1+x} $.

Spatial correspondance between both images is established through a Transform. Pixel values are taken from the Moving image. Their positions are mapped to the Fixed image and result in general in non-grid position on it. Values at these non-grid position of the Fixed image are interpolated using a user-selected Interpolator.

Implementation of this class is based on: Hipwell, J. H., et. al. (2003), "Intensity-Based 2-D-3D Registration of Cerebral Angiograms,", IEEE Transactions on Medical Imaging, 22(11):1417-1426.

Definition at line 71 of file itkGradientDifferenceImageToImageMetric2.h.


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef CastFixedImageFilterType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CastFixedImageFilterPointer

Definition at line 135 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef itk::CastImageFilter< FixedImageType, FixedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CastFixedImageFilterType

Definition at line 134 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef CastMovedImageFilterType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CastMovedImageFilterPointer

Definition at line 141 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef itk::CastImageFilter< TransformedMovingImageType, MovedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CastMovedImageFilterType

Definition at line 140 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef CombinationTransformType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CombinationTransformPointer

Definition at line 123 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef itk::AdvancedCombinationTransform< ScalarType, FixedImageDimension> itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::CombinationTransformType

Definition at line 122 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType
template<class TFixedImage, class TMovingImage>
typedef itk::Image< RealType, itkGetStaticConstMacro( FixedImageDimension ) > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedGradientImageType

Definition at line 132 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef FixedGradientImageType::PixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedGradientPixelType

Definition at line 136 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef TFixedImage::PixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType
template<class TFixedImage, class TMovingImage>
typedef NeighborhoodOperatorImageFilter< FixedGradientImageType, FixedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::FixedSobelFilter [protected]

Definition at line 185 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef InterpolatorType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::InterpolatorType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MeasureType
template<class TFixedImage, class TMovingImage>
typedef itk::Image< RealType, itkGetStaticConstMacro( MovedImageDimension ) > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovedGradientImageType

Definition at line 138 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef MovedGradientImageType::PixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovedGradientPixelType

Definition at line 142 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef TMovingImage::PixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovedImagePixelType

Definition at line 111 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef NeighborhoodOperatorImageFilter< MovedGradientImageType, MovedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovedSobelFilter [protected]

Definition at line 188 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef MovingImageType::RegionType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageRegionType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType
template<class TFixedImage, class TMovingImage>
typedef itk::Optimizer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::OptimizerType

Definition at line 113 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Pointer
template<class TFixedImage, class TMovingImage>
typedef RayCastInterpolatorType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::RayCastInterpolatorPointer

Definition at line 130 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef itk::AdvancedRayCastInterpolateImageFunction< MovingImageType, ScalarType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::RayCastInterpolatorType

Definition at line 129 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::RealType itk::GradientDifferenceImageToImageMetric< 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::GradientDifferenceMetric< TElastix >.

Definition at line 87 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef TransformType::ScalarType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ScalarType
template<class TFixedImage, class TMovingImage>
typedef OptimizerType::ScalesType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ScalesType

Definition at line 114 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef GradientDifferenceImageToImageMetric itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Self
template<class TFixedImage, class TMovingImage>
typedef AdvancedImageToImageMetric<TFixedImage, TMovingImage > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Superclass
template<class TFixedImage, class TMovingImage>
typedef itk::Image< FixedImagePixelType, itkGetStaticConstMacro( FixedImageDimension ) > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformedMovingImageType

Definition at line 125 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType
template<class TFixedImage, class TMovingImage>
typedef itk::ResampleImageFilter< MovingImageType, TransformedMovingImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformMovingImageFilterType

Definition at line 127 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::TransformType

Constructor & Destructor Documentation

template<class TFixedImage, class TMovingImage>
itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientDifferenceImageToImageMetric ( ) [protected]
template<class TFixedImage, class TMovingImage>
virtual itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::~GradientDifferenceImageToImageMetric ( ) [inline, protected, virtual]

Definition at line 171 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GradientDifferenceImageToImageMetric ( const Self ) [private]

Member Function Documentation

template<class TFixedImage, class TMovingImage>
MeasureType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ComputeMeasure ( const TransformParametersType parameters,
const double subtractionFactor 
) const [protected]

Compute the similarity measure using a specified subtraction factor.

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ComputeMovedGradientRange ( void  ) const [protected]

Compute the range of the moved image gradients.

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::ComputeVariance ( void  ) const [protected]

Compute the variance and range of the moving image gradients.

template<class TFixedImage, class TMovingImage>
virtual const char* itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetClassName ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::AdvancedImageToImageMetric< TFixedImage, TMovingImage >.

Reimplemented in elastix::GradientDifferenceMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetDerivative ( const TransformParametersType parameters,
DerivativeType derivative 
) const

Get the derivatives of the match measure.

template<class TFixedImage, class TMovingImage>
virtual const double& itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetDerivativeDelta ( ) [virtual]
template<class TFixedImage, class TMovingImage>
virtual const ScalesType& itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetScales ( ) [virtual]
template<class TFixedImage, class TMovingImage>
MeasureType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValue ( const TransformParametersType parameters) const

Get the value for single valued optimizers.

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative ( const TransformParametersType parameters,
MeasureType Value,
DerivativeType derivative 
) const

Get value and derivatives for multiple valued optimizers.

template<class TFixedImage, class TMovingImage>
virtual void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::Initialize ( void  ) throw ( ExceptionObject ) [virtual]
template<class TFixedImage, class TMovingImage>
itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( MovedImageDimension  ,
unsigned  int,
MovingImageType::ImageDimension   
)
template<class TFixedImage, class TMovingImage>
itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( FixedImageDimension  ,
unsigned  int,
FixedImageType::ImageDimension   
)
template<class TFixedImage, class TMovingImage>
static Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented in elastix::GradientDifferenceMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::operator= ( const Self ) [private]
template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected]
template<class TFixedImage, class TMovingImage>
virtual void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SetDerivativeDelta ( double  _arg) [virtual]

Set/Get the value of Delta used for computing derivatives by finite differences in the GetDerivative() method

template<class TFixedImage, class TMovingImage>
virtual void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::SetScales ( ScalesType  _arg) [virtual]

Set/Get Scales

template<class TFixedImage, class TMovingImage>
void itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::WriteGradientImagesToFiles ( void  ) const

Write gradient images to a files for debugging purposes.


Field Documentation

template<class TFixedImage, class TMovingImage>
CastFixedImageFilterPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_CastFixedImageFilter [private]

The Sobel gradients of the fixed image

Definition at line 209 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
CastMovedImageFilterPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_CastMovedImageFilter [private]

The Sobel gradients of the moving image

Definition at line 222 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
CombinationTransformPointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_CombinationTransform [private]

Definition at line 234 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
double itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_DerivativeDelta [private]

Definition at line 232 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
ZeroFluxNeumannBoundaryCondition< FixedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_FixedBoundCond [private]

Definition at line 219 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
FixedSobelFilter::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_FixedSobelFilters[itkGetStaticConstMacro(FixedImageDimension)] [private]

Definition at line 216 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
SobelOperator< FixedGradientPixelType, itkGetStaticConstMacro(FixedImageDimension) > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_FixedSobelOperators[FixedImageDimension] [private]

Definition at line 213 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
FixedGradientPixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MaxFixedGradient[FixedImageDimension] [mutable, private]

Definition at line 203 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
MovedGradientPixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MaxMovedGradient[MovedImageDimension] [mutable, private]

Definition at line 199 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
FixedGradientPixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MinFixedGradient[FixedImageDimension] [mutable, private]

The range of the fixed image gradients.

Definition at line 202 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
MovedGradientPixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MinMovedGradient[MovedImageDimension] [mutable, private]

The range of the moving image gradients.

Definition at line 198 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
ZeroFluxNeumannBoundaryCondition< MovedGradientImageType > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MovedBoundCond [private]

Definition at line 218 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
MovedSobelFilter::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MovedSobelFilters[itkGetStaticConstMacro(MovedImageDimension)] [private]

Definition at line 229 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
SobelOperator< MovedGradientPixelType, itkGetStaticConstMacro(MovedImageDimension) > itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_MovedSobelOperators[MovedImageDimension] [private]

Definition at line 226 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
double itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_Rescalingfactor [private]

Definition at line 233 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
ScalesType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_Scales [private]

Definition at line 231 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
TransformMovingImageFilterType::Pointer itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_TransformMovingImageFilter [private]

The filter for transforming the moving image.

Definition at line 206 of file itkGradientDifferenceImageToImageMetric2.h.

template<class TFixedImage, class TMovingImage>
MovedGradientPixelType itk::GradientDifferenceImageToImageMetric< TFixedImage, TMovingImage >::m_Variance[FixedImageDimension] [mutable, private]

The variance of the moving image gradients.

Definition at line 195 of file itkGradientDifferenceImageToImageMetric2.h.



Generated on 24-10-2011 for elastix by doxygen 1.7.4 elastix logo