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::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage > Class Template Reference

Compute the sum of variances over the slowest varying dimension in the moving image. More...

#include <itkVarianceOverLastDimensionImageMetric.h>

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

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::CoordinateRepresentationType 
CoordinateRepresentationType
typedef Superclass::DerivativeType DerivativeType
typedef
Superclass::FixedImageConstPointer 
FixedImageConstPointer
typedef
Superclass::FixedImageLimiterOutputType 
FixedImageLimiterOutputType
typedef
Superclass::FixedImageLimiterType 
FixedImageLimiterType
typedef
Superclass::FixedImageMaskPointer 
FixedImageMaskPointer
typedef
Superclass::FixedImageMaskType 
FixedImageMaskType
typedef
Superclass::FixedImagePixelType 
FixedImagePixelType
typedef
Superclass::FixedImageRegionType 
FixedImageRegionType
typedef
FixedImageRegionType::SizeType 
FixedImageSizeType
typedef Superclass::FixedImageType FixedImageType
typedef
Superclass::GradientImageFilterPointer 
GradientImageFilterPointer
typedef
Superclass::GradientImageFilterType 
GradientImageFilterType
typedef
Superclass::GradientImagePointer 
GradientImagePointer
typedef
Superclass::GradientImageType 
GradientImageType
typedef
Superclass::GradientPixelType 
GradientPixelType
typedef
Superclass::ImageSampleContainerPointer 
ImageSampleContainerPointer
typedef
Superclass::ImageSampleContainerType 
ImageSampleContainerType
typedef
Superclass::ImageSamplerPointer 
ImageSamplerPointer
typedef
Superclass::ImageSamplerType 
ImageSamplerType
typedef Superclass::InputPointType InputPointType
typedef
Superclass::InterpolatorPointer 
InterpolatorPointer
typedef
Superclass::InterpolatorType 
InterpolatorType
typedef Superclass::MeasureType MeasureType
typedef
Superclass::MovingImageConstPointer 
MovingImageConstPointer
typedef
Superclass::MovingImageDerivativeScalesType 
MovingImageDerivativeScalesType
typedef
Superclass::MovingImageLimiterOutputType 
MovingImageLimiterOutputType
typedef
Superclass::MovingImageLimiterType 
MovingImageLimiterType
typedef
Superclass::MovingImageMaskPointer 
MovingImageMaskPointer
typedef
Superclass::MovingImageMaskType 
MovingImageMaskType
typedef
Superclass::MovingImagePixelType 
MovingImagePixelType
typedef
Superclass::MovingImageRegionType 
MovingImageRegionType
typedef Superclass::MovingImageType MovingImageType
typedef Superclass::OutputPointType OutputPointType
typedef Superclass::ParametersType ParametersType
typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef
VarianceOverLastDimensionImageMetric 
Self
typedef
AdvancedImageToImageMetric
< TFixedImage, TMovingImage > 
Superclass
typedef
Superclass::TransformJacobianType 
TransformJacobianType
typedef
Superclass::TransformParametersType 
TransformParametersType
typedef
Superclass::TransformPointer 
TransformPointer
typedef Superclass::TransformType TransformType

Public Member Functions

virtual const char * GetClassName () const
virtual void GetDerivative (const TransformParametersType &parameters, DerivativeType &derivative) const
virtual int GetNumSamplesLastDimension () const
virtual bool GetSampleLastDimensionRandomly () const
virtual MeasureType GetValue (const TransformParametersType &parameters) const
virtual void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const
virtual void Initialize (void) throw ( ExceptionObject )
 itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension)
 itkStaticConstMacro (MovingImageDimension, unsigned int, MovingImageType::ImageDimension)
virtual void SetGridSize (FixedImageSizeType _arg)
virtual void SetNumAdditionalSamplesFixed (unsigned int _arg)
virtual void SetNumSamplesLastDimension (unsigned int _arg)
virtual void SetReducedDimensionIndex (unsigned int _arg)
virtual void SetSampleLastDimensionRandomly (bool _arg)
virtual void SetSubtractMean (bool _arg)
virtual void SetTransformIsStackTransform (bool _arg)

Static Public Member Functions

static Pointer New ()

Protected Types

typedef
Superclass::BSplineInterpolatorType 
BSplineInterpolatorType
typedef
Superclass::CentralDifferenceGradientFilterType 
CentralDifferenceGradientFilterType
typedef itk::ContinuousIndex
< CoordinateRepresentationType,
FixedImageDimension > 
FixedImageContinuousIndexType
typedef
Superclass::FixedImageIndexType 
FixedImageIndexType
typedef
Superclass::FixedImageIndexValueType 
FixedImageIndexValueType
typedef
Superclass::FixedImagePointType 
FixedImagePointType
typedef
Superclass::MovingImageContinuousIndexType 
MovingImageContinuousIndexType
typedef
Superclass::MovingImageDerivativeType 
MovingImageDerivativeType
typedef
Superclass::MovingImageIndexType 
MovingImageIndexType
typedef
Superclass::MovingImagePointType 
MovingImagePointType
typedef
Superclass::NonZeroJacobianIndicesType 
NonZeroJacobianIndicesType

Protected Member Functions

void EvaluateTransformJacobianInnerProduct (const TransformJacobianType &jacobian, const MovingImageDerivativeType &movingImageDerivative, DerivativeType &imageJacobian) const
void PrintSelf (std::ostream &os, Indent indent) const
 VarianceOverLastDimensionImageMetric ()
virtual ~VarianceOverLastDimensionImageMetric ()

Private Member Functions

void operator= (const Self &)
void SampleRandom (const int n, const int m, std::vector< int > &numbers) const
 VarianceOverLastDimensionImageMetric (const Self &)

Private Attributes

FixedImageSizeType m_GridSize
float m_InitialVariance
unsigned int m_NumAdditionalSamplesFixed
unsigned int m_NumSamplesLastDimension
unsigned int m_ReducedDimensionIndex
bool m_SampleLastDimensionRandomly
bool m_SubtractMean
bool m_TransformIsStackTransform

Detailed Description

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

Compute the sum of variances over the slowest varying dimension in the moving image.

This metric is based on the AdvancedImageToImageMetric. It is templated over the type of the fixed and moving images to be compared.

This metric computes the sum of variances over the slowest varying dimension in the moving image. The spatial positions of the moving image are established through a Transform. Pixel values are taken from the Moving image.

This implementation is based on the AdvancedImageToImageMetric, which means that:

Definition at line 49 of file itkVarianceOverLastDimensionImageMetric.h.


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef Superclass::BSplineInterpolatorType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::BSplineInterpolatorType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::CentralDifferenceGradientFilterType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::CentralDifferenceGradientFilterType [protected]
template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ConstPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::CoordinateRepresentationType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType
template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::DerivativeType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef itk::ContinuousIndex< CoordinateRepresentationType, FixedImageDimension > itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageContinuousIndexType [protected]

Definition at line 165 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageIndexType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageIndexType [protected]

Protected Typedefs Typedefs inherited from superclass

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

Definition at line 160 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageIndexValueType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageIndexValueType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageLimiterOutputType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterOutputType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageLimiterType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageLimiterType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageMaskPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageMaskType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImagePixelType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImagePointType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImagePointType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageRegionType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType
template<class TFixedImage, class TMovingImage>
typedef FixedImageRegionType::SizeType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageSizeType
template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::FixedImageType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageFilterPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GradientImageFilterPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageFilterType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GradientImageFilterType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImagePointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GradientImagePointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientImageType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GradientImageType
template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientPixelType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GradientPixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::ImageSampleContainerPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::ImageSampleContainerType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ImageSampleContainerType
template<class TFixedImage, class TMovingImage>
typedef Superclass::ImageSamplerPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ImageSamplerPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::ImageSamplerType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ImageSamplerType
template<class TFixedImage, class TMovingImage>
typedef Superclass::InputPointType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::InputPointType
template<class TFixedImage, class TMovingImage>
typedef Superclass::InterpolatorPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::InterpolatorType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::InterpolatorType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MeasureType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageContinuousIndexType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageContinuousIndexType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageDerivativeScalesType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageDerivativeScalesType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageDerivativeType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageDerivativeType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageIndexType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageIndexType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageLimiterOutputType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterOutputType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageLimiterType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageLimiterType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageMaskPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageMaskType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImagePixelType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImagePixelType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImagePointType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImagePointType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageRegionType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageRegionType
template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::MovingImageType
template<class TFixedImage, class TMovingImage>
typedef Superclass::NonZeroJacobianIndicesType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::NonZeroJacobianIndicesType [protected]
template<class TFixedImage, class TMovingImage>
typedef Superclass::OutputPointType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::OutputPointType
template<class TFixedImage, class TMovingImage>
typedef Superclass::ParametersType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::ParametersType
template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::Pointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::RealType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::RealType
template<class TFixedImage, class TMovingImage>
typedef VarianceOverLastDimensionImageMetric itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::Self
template<class TFixedImage, class TMovingImage>
typedef AdvancedImageToImageMetric< TFixedImage, TMovingImage > itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::Superclass
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::TransformJacobianType
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::TransformParametersType
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::TransformPointer
template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::TransformType

Constructor & Destructor Documentation

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

Definition at line 154 of file itkVarianceOverLastDimensionImageMetric.h.

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

Member Function Documentation

template<class TFixedImage, class TMovingImage>
void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::EvaluateTransformJacobianInnerProduct ( const TransformJacobianType jacobian,
const MovingImageDerivativeType movingImageDerivative,
DerivativeType imageJacobian 
) const [protected]

Computes the innerproduct of transform Jacobian with moving image gradient. The results are stored in imageJacobian, which is supposed to have the right size (same length as Jacobian's number of columns).

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

Run-time type information (and related methods).

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

Reimplemented in elastix::VarianceOverLastDimensionMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GetDerivative ( const TransformParametersType parameters,
DerivativeType derivative 
) const [virtual]

Get the derivatives of the match measure.

template<class TFixedImage, class TMovingImage>
virtual int itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GetNumSamplesLastDimension ( ) const [virtual]
template<class TFixedImage, class TMovingImage>
virtual bool itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GetSampleLastDimensionRandomly ( ) const [virtual]

Get functions.

template<class TFixedImage, class TMovingImage>
virtual MeasureType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GetValue ( const TransformParametersType parameters) const [virtual]

Get the value for single valued optimizers.

template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::GetValueAndDerivative ( const TransformParametersType parameters,
MeasureType Value,
DerivativeType Derivative 
) const [virtual]

Get value and derivatives for multiple valued optimizers.

template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::Initialize ( void  ) throw ( ExceptionObject ) [virtual]

Initialize the Metric by making sure that all the components are present and plugged together correctly.

  • Call the superclass' implementation.

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

Reimplemented in elastix::VarianceOverLastDimensionMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( MovingImageDimension  ,
unsigned  int,
MovingImageType::ImageDimension   
)

The moving image dimension.

Reimplemented in elastix::VarianceOverLastDimensionMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::itkStaticConstMacro ( FixedImageDimension  ,
unsigned  int,
FixedImageType::ImageDimension   
)

The fixed image dimension.

Reimplemented in elastix::VarianceOverLastDimensionMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
static Pointer itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented in elastix::VarianceOverLastDimensionMetric< TElastix >.

template<class TFixedImage, class TMovingImage>
void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::operator= ( const Self ) [private]
template<class TFixedImage, class TMovingImage>
void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected]
template<class TFixedImage, class TMovingImage>
void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SampleRandom ( const int  n,
const int  m,
std::vector< int > &  numbers 
) const [private]

Sample n random numbers from 0..m and add them to the vector.

template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetGridSize ( FixedImageSizeType  _arg) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetNumAdditionalSamplesFixed ( unsigned int  _arg) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetNumSamplesLastDimension ( unsigned int  _arg) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetReducedDimensionIndex ( unsigned int  _arg) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetSampleLastDimensionRandomly ( bool  _arg) [virtual]

Set functions.

template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetSubtractMean ( bool  _arg) [virtual]
template<class TFixedImage, class TMovingImage>
virtual void itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::SetTransformIsStackTransform ( bool  _arg) [virtual]

Field Documentation

template<class TFixedImage, class TMovingImage>
FixedImageSizeType itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_GridSize [private]

GridSize of B-spline transform.

Definition at line 201 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
float itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_InitialVariance [private]

Initial variance in last dimension, used as normalization factor.

Definition at line 198 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_NumAdditionalSamplesFixed [private]

Definition at line 191 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_NumSamplesLastDimension [private]

Definition at line 190 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
unsigned int itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_ReducedDimensionIndex [private]

Definition at line 192 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
bool itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_SampleLastDimensionRandomly [private]

Variables to control random sampling in last dimension.

Definition at line 189 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
bool itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_SubtractMean [private]

Bool to determine if we want to subtract the mean derivate from the derivative elements.

Definition at line 195 of file itkVarianceOverLastDimensionImageMetric.h.

template<class TFixedImage, class TMovingImage>
bool itk::VarianceOverLastDimensionImageMetric< TFixedImage, TMovingImage >::m_TransformIsStackTransform [private]

Bool to indicate if the transform used is a stacktransform. Set by elx files.

Definition at line 204 of file itkVarianceOverLastDimensionImageMetric.h.



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