Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage > Class Template Reference
[Similarity Metrics of Registration Methods]

#include <itkMeanSquaresHistogramImageToImageMetric.h>

Inheritance diagram for itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >:

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

Collaboration graph
[legend]
List of all members.

Detailed Description

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

Computes mean squared difference similarity measure between two images to be registered.

This class is templated over the type of the fixed and moving images to be compared.

This metric computes the similarity measure between pixels in the moving image and pixels in the fixed images using a histogram.

Definition at line 36 of file itkMeanSquaresHistogramImageToImageMetric.h.

Public Types

typedef SmartPointer< const
Self
ConstPointer
typedef Superclass::ParametersValueType CoordinateRepresentationType
typedef Superclass::DerivativeType DerivativeType
typedef Superclass::FixedImageConstPointer FixedImageConstPointer
typedef Superclass::FixedImageConstPointer FixedImageConstPointerType
typedef FixedImageMaskType::Pointer FixedImageMaskPointer
typedef SpatialObject< itkGetStaticConstMacro(FixedImageDimension) > FixedImageMaskType
typedef Superclass::FixedImageType::PixelType FixedImagePixelType
typedef FixedImageType::RegionType FixedImageRegionType
typedef Superclass::FixedImageType FixedImageType
typedef Superclass::GradientPixelType GradientPixelType
typedef HistogramType::FrequencyType HistogramFrequencyType
typedef HistogramType::Iterator HistogramIteratorType
typedef HistogramType::MeasurementVectorType HistogramMeasurementVectorType
typedef HistogramType::Pointer HistogramPointer
typedef HistogramType::SizeType HistogramSizeType
typedef Superclass::HistogramType HistogramType
typedef Superclass::InputPointType InputPointType
typedef InterpolatorType::Pointer InterpolatorPointer
typedef InterpolateImageFunction<
MovingImageType, CoordinateRepresentationType
InterpolatorType
typedef HistogramType::MeasurementVectorType MeasurementVectorType
typedef Superclass::MeasureType MeasureType
typedef Superclass::MovingImageConstPointer MovingImageConstPointer
typedef Superclass::MovingImageConstPointer MovingImageConstPointerType
typedef MovingImageMaskType::Pointer MovingImageMaskPointer
typedef SpatialObject< itkGetStaticConstMacro(MovingImageDimension) > MovingImageMaskType
typedef Superclass::MovingImageType::PixelType MovingImagePixelType
typedef Superclass::MovingImageType MovingImageType
typedef Superclass::OutputPointType OutputPointType
typedef Superclass::ParametersType ParametersType
typedef double ParametersValueType
typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef Array< double > ScalesType
typedef MeanSquaresHistogramImageToImageMetric Self
typedef HistogramImageToImageMetric<
TFixedImage, TMovingImage > 
Superclass
typedef Superclass::TransformJacobianType TransformJacobianType
typedef Superclass::TransformParametersType TransformParametersType
typedef Superclass::TransformPointer TransformPointer
typedef Superclass::TransformType TransformType
typedef GradientImageFilterType::Pointer GradientImageFilterPointer
typedef GradientRecursiveGaussianImageFilter<
MovingImageType, GradientImageType
GradientImageFilterType
typedef SmartPointer< GradientImageTypeGradientImagePointer
typedef Image< GradientPixelType,
itkGetStaticConstMacro(MovingImageDimension)> 
GradientImageType

Public Member Functions

virtual void ComputeGradient ()
virtual LightObject::Pointer CreateAnother () const
virtual void DebugOff () const
virtual void DebugOn () const
virtual void Delete ()
CommandGetCommand (unsigned long tag)
bool GetDebug () const
virtual void GetDerivative (const ParametersType &parameters, DerivativeType &derivative) const=0
void GetDerivative (const TransformParametersType &parameters, DerivativeType &derivative) const
virtual double GetDerivativeStepLength ()
virtual const ScalesTypeGetDerivativeStepLengthScales ()
virtual const FixedImageTypeGetFixedImage ()
virtual const FixedImageRegionTypeGetFixedImageRegion ()
virtual const GradientImageTypeGetGradientImage ()
virtual const HistogramPointerGetHistogram ()
virtual const HistogramSizeTypeGetHistogramSize ()
virtual const InterpolatorTypeGetInterpolator ()
const MetaDataDictionaryGetMetaDataDictionary (void) const
MetaDataDictionaryGetMetaDataDictionary (void)
virtual const MovingImageTypeGetMovingImage ()
virtual unsigned long GetMTime () const
virtual const char * GetNameOfClass () const
unsigned int GetNumberOfParameters (void) const
virtual const unsigned long & GetNumberOfPixelsCounted ()
virtual const FixedImagePixelTypeGetPaddingValue ()
virtual int GetReferenceCount () const
virtual const TransformTypeGetTransform ()
virtual MeasureType GetValue (const ParametersType &parameters) const=0
MeasureType GetValue (const TransformParametersType &parameters) const
void GetValueAndDerivative (const TransformParametersType &parameters, MeasureType &Value, DerivativeType &Derivative) const
bool HasObserver (const EventObject &event) const
void Initialize () throw (ExceptionObject)
void InvokeEvent (const EventObject &) const
void InvokeEvent (const EventObject &)
virtual void Modified () const
void Print (std::ostream &os, Indent indent=0) const
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
void SetDebug (bool debugFlag) const
virtual void SetDerivativeStepLength (double _arg)
virtual void SetDerivativeStepLengthScales (ScalesType _arg)
virtual void SetFixedImage (const FixedImageType *_arg)
virtual void SetFixedImageRegion (FixedImageRegionType _arg)
virtual void SetHistogramSize (HistogramSizeType _arg)
virtual void SetInterpolator (InterpolatorType *_arg)
void SetLowerBound (const MeasurementVectorType &bound)
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetMovingImage (const MovingImageType *_arg)
virtual void SetPaddingValue (FixedImagePixelType _arg)
virtual void SetReferenceCount (int)
virtual void SetTransform (TransformType *_arg)
void SetTransform (TransformType *transform)
void SetTransformParameters (const ParametersType &parameters) const
void SetUpperBound (const MeasurementVectorType &bound)
virtual void UnRegister () const
unsigned long AddObserver (const EventObject &event, Command *) const
unsigned long AddObserver (const EventObject &event, Command *)
virtual void ComputeGradientOff ()
virtual void ComputeGradientOn ()
virtual const bool & GetComputeGradient ()
virtual void SetComputeGradient (bool _arg)
virtual const FixedImageMaskTypeGetFixedImageMask ()
virtual void SetFixedImageMask (FixedImageMaskType *_arg)
virtual const MovingImageMaskTypeGetMovingImageMask ()
virtual void SetMovingImageMask (MovingImageMaskType *_arg)
virtual double GetUpperBoundIncreaseFactor ()
virtual void SetUpperBoundIncreaseFactor (double _arg)
virtual bool GetUsePaddingValue ()
virtual void SetUsePaddingValue (bool _arg)
virtual void GetValueAndDerivative (const ParametersType &parameters, MeasureType &value, DerivativeType &derivative) const
 itkStaticConstMacro (FixedImageDimension, unsigned int, TFixedImage::ImageDimension)
 itkStaticConstMacro (MovingImageDimension, unsigned int, TMovingImage::ImageDimension)

Static Public Member Functions

static void BreakOnError ()
static Pointer New ()
static bool GetGlobalWarningDisplay ()
static void GlobalWarningDisplayOff ()
static void GlobalWarningDisplayOn ()
static void SetGlobalWarningDisplay (bool flag)

Protected Member Functions

void ComputeHistogram (const TransformParametersType &parameters, unsigned int parameter, double step, HistogramType &histogram) const
void ComputeHistogram (const TransformParametersType &parameters, HistogramType &histogram) const
void CopyHistogram (HistogramType &target, HistogramType &source) const
virtual MeasureType EvaluateMeasure (HistogramType &histogram) const
bool PrintObservers (std::ostream &os, Indent indent) const
void PrintSelf (std::ostream &os, Indent indent) const
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const

Protected Attributes

bool m_ComputeGradient
FixedImageConstPointer m_FixedImage
FixedImageMaskPointer m_FixedImageMask
GradientImagePointer m_GradientImage
HistogramSizeType m_HistogramSize
InterpolatorPointer m_Interpolator
MeasurementVectorType m_LowerBound
bool m_LowerBoundSetByUser
MovingImageConstPointer m_MovingImage
MovingImageMaskPointer m_MovingImageMask
unsigned long m_NumberOfPixelsCounted
volatile int m_ReferenceCount
SimpleFastMutexLock m_ReferenceCountLock
TransformPointer m_Transform
MeasurementVectorType m_UpperBound
double m_UpperBoundIncreaseFactor
bool m_UpperBoundSetByUser


Member Typedef Documentation

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<const Self> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer

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

Definition at line 44 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::ParametersValueType itk::ImageToImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType [inherited]

Type used for representing point components

Reimplemented in itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 61 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::DerivativeType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType

Type of the derivative.

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

Definition at line 62 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer

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

Definition at line 65 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageConstPointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointerType [inherited]

Definition at line 67 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef FixedImageMaskType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer [inherited]

Definition at line 122 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef SpatialObject< itkGetStaticConstMacro(FixedImageDimension) > itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType [inherited]

Type for the mask of the fixed image. Only pixels that are "inside" this mask will be considered for the computation of the metric

Definition at line 121 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType::PixelType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType [inherited]

Definition at line 63 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef FixedImageType::RegionType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType [inherited]

Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >, and itk::MatchCardinalityImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 74 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::FixedImageType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType

Type of the fixed Image.

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

Definition at line 63 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef GradientImageFilterType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterPointer [inherited]

Definition at line 110 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef GradientRecursiveGaussianImageFilter< MovingImageType, GradientImageType > itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterType [inherited]

Definition at line 109 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<GradientImageType> itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImagePointer [inherited]

Definition at line 106 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Image<GradientPixelType, itkGetStaticConstMacro(MovingImageDimension)> itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageType [inherited]

Definition at line 105 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::GradientPixelType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType

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

Definition at line 59 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::FrequencyType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType

Definition at line 69 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::Iterator itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType

Definition at line 70 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::MeasurementVectorType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType

Definition at line 71 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::Pointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramPointer [inherited]

Definition at line 77 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::SizeType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramSizeType [inherited]

Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 76 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::HistogramType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramType

Typedefs for histogram. This should have been defined as Histogram<RealType,2> but a bug in VC++7 produced an internal compiler error with such declaration.

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

Definition at line 68 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::InputPointType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::InputPointType [inherited]

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

Definition at line 58 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef InterpolatorType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer [inherited]

Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, and itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 114 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef InterpolateImageFunction< MovingImageType, CoordinateRepresentationType > itk::ImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType [inherited]

Type of the Interpolator Base class

Reimplemented in itk::CompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::KullbackLeiblerCompareHistogramImageToImageMetric< TFixedImage, TMovingImage >, itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, and itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 97 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramType::MeasurementVectorType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasurementVectorType [inherited]

Definition at line 75 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MeasureType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasureType

Type of the measure.

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

Definition at line 61 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer

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

Definition at line 66 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageConstPointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointerType [inherited]

Definition at line 69 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef MovingImageMaskType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer [inherited]

Definition at line 128 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef SpatialObject< itkGetStaticConstMacro(MovingImageDimension) > itk::ImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType [inherited]

Type for the mask of the moving image. Only pixels that are "inside" this mask will be considered for the computation of the metric

Definition at line 127 of file itkImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType::PixelType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePixelType [inherited]

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

Definition at line 65 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::MovingImageType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType

Type of the moving Image.

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

Definition at line 64 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::OutputPointType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::OutputPointType [inherited]

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

Definition at line 59 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::ParametersType itk::ImageToImageMetric< TFixedImage, TMovingImage >::ParametersType [inherited]

Type of the parameters.

Reimplemented from itk::SingleValuedCostFunction.

Reimplemented in itk::MattesMutualInformationImageToImageMetric< TFixedImage, TMovingImage >, and itk::MutualInformationImageToImageMetric< TFixedImage, TMovingImage >.

Definition at line 139 of file itkImageToImageMetric.h.

typedef double itk::CostFunction::ParametersValueType [inherited]

ParametersType typedef. It defines a position in the optimization search space.

Definition at line 46 of file itkCostFunction.h.

template<class TFixedImage, class TMovingImage>
typedef SmartPointer<Self> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer

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

Definition at line 43 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::RealType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::RealType

Types transferred from the base class

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

Definition at line 51 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Array<double> itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::ScalesType [inherited]

The scales type.

Definition at line 121 of file itkHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef MeanSquaresHistogramImageToImageMetric itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self

Standard class typedefs.

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

Definition at line 41 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef HistogramImageToImageMetric<TFixedImage, TMovingImage> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass

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

Definition at line 42 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformJacobianType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType

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

Definition at line 58 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformParametersType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType

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

Definition at line 57 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer

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

Definition at line 56 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
typedef Superclass::TransformType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformType

Type of the Transform Base class

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

Definition at line 55 of file itkMeanSquaresHistogramImageToImageMetric.h.


Constructor & Destructor Documentation

template<class TFixedImage, class TMovingImage>
itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeanSquaresHistogramImageToImageMetric (  )  [inline, protected]

Constructor is protected to ensure that New() function is used to create instances.

Definition at line 76 of file itkMeanSquaresHistogramImageToImageMetric.h.

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

Constructor is protected to ensure that New() function is used to create instances.

Definition at line 77 of file itkMeanSquaresHistogramImageToImageMetric.h.

template<class TFixedImage, class TMovingImage>
itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MeanSquaresHistogramImageToImageMetric (  )  [inline, protected]

Constructor is protected to ensure that New() function is used to create instances.

Definition at line 76 of file itkMeanSquaresHistogramImageToImageMetric.h.

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

Constructor is protected to ensure that New() function is used to create instances.

Definition at line 77 of file itkMeanSquaresHistogramImageToImageMetric.h.


Member Function Documentation

unsigned long itk::Object::AddObserver ( const EventObject event,
Command  
) const [inherited]

unsigned long itk::Object::AddObserver ( const EventObject event,
Command  
) [inherited]

Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects

static void itk::LightObject::BreakOnError (  )  [static, inherited]

This method is called when itkExceptionMacro executes. It allows the debugger to break on error.

template<class TFixedImage, class TMovingImage>
virtual void itk::ImageToImageMetric< TFixedImage, TMovingImage >::ComputeGradient (  )  [virtual, inherited]

Computes the gradient image and assigns it to m_GradientImage

Reimplemented in itk::KappaStatisticImageToImageMetric< TFixedImage, TMovingImage >.

template<class TFixedImage, class TMovingImage>
virtual void itk::ImageToImageMetric< TFixedImage, TMovingImage >::ComputeGradientOff (  )  [virtual, inherited]

template<class TFixedImage, class TMovingImage>
virtual void itk::ImageToImageMetric< TFixedImage, TMovingImage >::ComputeGradientOn (  )  [virtual, inherited]

template<class TFixedImage, class TMovingImage>
void itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::ComputeHistogram ( const TransformParametersType parameters,
unsigned int  parameter,
double  step,
HistogramType histogram 
) const [protected, inherited]

Computes the joint histogram from the transformation parameters passed to the function.

template<class TFixedImage, class TMovingImage>
void itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::ComputeHistogram ( const TransformParametersType parameters,
HistogramType histogram 
) const [protected, inherited]

Computes the joint histogram from the transformation parameters passed to the function.

template<class TFixedImage, class TMovingImage>
void itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::CopyHistogram ( HistogramType target,
HistogramType source 
) const [protected, inherited]

Copies a histogram.

Parameters:
target The target.
source The source.

virtual LightObject::Pointer itk::Object::CreateAnother (  )  const [virtual, inherited]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::LightObject.

virtual void itk::Object::DebugOff (  )  const [virtual, inherited]

Turn debugging output off.

virtual void itk::Object::DebugOn (  )  const [virtual, inherited]

Turn debugg