#include <itkMeanSquaresHistogramImageToImageMetric.h>
Inheritance diagram for itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >:


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.
| typedef SmartPointer<const Self> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 44 of file itkMeanSquaresHistogramImageToImageMetric.h.
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.
| 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.
| typedef Superclass::FixedImageConstPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkMeanSquaresHistogramImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointerType [inherited] |
Definition at line 67 of file itkHistogramImageToImageMetric.h.
typedef FixedImageMaskType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer [inherited] |
Definition at line 122 of file itkImageToImageMetric.h.
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.
typedef Superclass::FixedImageType::PixelType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePixelType [inherited] |
Definition at line 63 of file itkHistogramImageToImageMetric.h.
typedef FixedImageType::RegionType itk::ImageToImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType [inherited] |
| 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.
typedef GradientImageFilterType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterPointer [inherited] |
Definition at line 110 of file itkImageToImageMetric.h.
typedef GradientRecursiveGaussianImageFilter< MovingImageType, GradientImageType > itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageFilterType [inherited] |
Definition at line 109 of file itkImageToImageMetric.h.
typedef SmartPointer<GradientImageType> itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImagePointer [inherited] |
Definition at line 106 of file itkImageToImageMetric.h.
typedef Image<GradientPixelType, itkGetStaticConstMacro(MovingImageDimension)> itk::ImageToImageMetric< TFixedImage, TMovingImage >::GradientImageType [inherited] |
Definition at line 105 of file itkImageToImageMetric.h.
| typedef Superclass::GradientPixelType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 59 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef HistogramType::FrequencyType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramFrequencyType |
Definition at line 69 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef HistogramType::Iterator itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramIteratorType |
Definition at line 70 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef HistogramType::MeasurementVectorType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramMeasurementVectorType |
Definition at line 71 of file itkMeanSquaresHistogramImageToImageMetric.h.
typedef HistogramType::Pointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::HistogramPointer [inherited] |
Definition at line 77 of file itkHistogramImageToImageMetric.h.
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.
| 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.
typedef Superclass::InputPointType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::InputPointType [inherited] |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 58 of file itkHistogramImageToImageMetric.h.
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.
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.
typedef HistogramType::MeasurementVectorType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MeasurementVectorType [inherited] |
Definition at line 75 of file itkHistogramImageToImageMetric.h.
| 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.
| typedef Superclass::MovingImageConstPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 66 of file itkMeanSquaresHistogramImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointerType [inherited] |
Definition at line 69 of file itkHistogramImageToImageMetric.h.
typedef MovingImageMaskType::Pointer itk::ImageToImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer [inherited] |
Definition at line 128 of file itkImageToImageMetric.h.
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.
typedef Superclass::MovingImageType::PixelType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePixelType [inherited] |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 65 of file itkHistogramImageToImageMetric.h.
| 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.
typedef Superclass::OutputPointType itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::OutputPointType [inherited] |
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 59 of file itkHistogramImageToImageMetric.h.
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.
| typedef SmartPointer<Self> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Pointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 43 of file itkMeanSquaresHistogramImageToImageMetric.h.
| 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.
typedef Array<double> itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::ScalesType [inherited] |
The scales type.
Definition at line 121 of file itkHistogramImageToImageMetric.h.
| typedef MeanSquaresHistogramImageToImageMetric itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 41 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef HistogramImageToImageMetric<TFixedImage, TMovingImage> itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::Superclass |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 42 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef Superclass::TransformJacobianType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 58 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef Superclass::TransformParametersType itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 57 of file itkMeanSquaresHistogramImageToImageMetric.h.
| typedef Superclass::TransformPointer itk::MeanSquaresHistogramImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Reimplemented from itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >.
Definition at line 56 of file itkMeanSquaresHistogramImageToImageMetric.h.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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 >.
| virtual void itk::ImageToImageMetric< TFixedImage, TMovingImage >::ComputeGradientOff | ( | ) | [virtual, inherited] |
| virtual void itk::ImageToImageMetric< TFixedImage, TMovingImage >::ComputeGradientOn | ( | ) | [virtual, inherited] |
| 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.
| 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.
| void itk::HistogramImageToImageMetric< TFixedImage, TMovingImage >::CopyHistogram | ( | HistogramType & | target, | |
| HistogramType & | source | |||
| ) | const [protected, inherited] |
Copies a histogram.
| 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