ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkTwoImageToOneImageMetric.h>
Computes similarity between two fixed images and one fixed image.
This Class is templated over the type of the two input images. It expects a Transform and two Interpolators to be plugged in. This particular class is the base class for a hierarchy of similarity metrics.
This class computes a value that measures the similarity between two Fixed image and the transformed Moving images. The Interpolators are used to compute intensity values on non-grid positions resulting from mapping points through the Transform.
Definition at line 53 of file itkTwoImageToOneImageMetric.h.
Public Member Functions | |
virtual const FixedImageType * | GetFixedImage1 () const |
virtual const FixedImageType * | GetFixedImage2 () const |
virtual const FixedImageRegionType & | GetFixedImageRegion1 () const |
virtual const FixedImageRegionType & | GetFixedImageRegion2 () const |
virtual const GradientImageType * | GetGradientImage () const |
virtual const InterpolatorType * | GetInterpolator1 () const |
virtual const InterpolatorType * | GetInterpolator2 () const |
virtual const MovingImageType * | GetMovingImage () const |
virtual const char * | GetNameOfClass () const |
unsigned int | GetNumberOfParameters () const |
virtual const unsigned long & | GetNumberOfPixelsCounted () const |
virtual const TransformType * | GetTransform () const |
virtual void | Initialize () |
virtual void | SetFixedImage1 (const FixedImageType *_arg) |
virtual void | SetFixedImage2 (const FixedImageType *_arg) |
virtual void | SetFixedImageRegion1 (FixedImageRegionType _arg) |
virtual void | SetFixedImageRegion2 (FixedImageRegionType _arg) |
virtual void | SetInterpolator1 (InterpolatorType *_arg) |
virtual void | SetInterpolator2 (InterpolatorType *_arg) |
virtual void | SetMovingImage (const MovingImageType *_arg) |
virtual void | SetTransform (TransformType *_arg) |
void | SetTransformParameters (const ParametersType ¶meters) const |
virtual void | SetMovingImageMask (MovingImageMaskType *_arg) |
virtual const MovingImageMaskType * | GetMovingImageMask () const |
virtual void | SetFixedImageMask1 (FixedImageMaskType *_arg) |
virtual void | SetFixedImageMask2 (FixedImageMaskType *_arg) |
virtual const FixedImageMaskType * | GetFixedImageMask1 () const |
virtual const FixedImageMaskType * | GetFixedImageMask2 () const |
virtual void | SetComputeGradient (bool _arg) |
virtual const bool & | GetComputeGradient () const |
virtual void | ComputeGradientOn () |
virtual void | ComputeGradientOff () |
Public Member Functions inherited from itk::SingleValuedCostFunction | |
virtual void | GetDerivative (const ParametersType ¶meters, DerivativeType &derivative) const =0 |
virtual MeasureType | GetValue (const ParametersType ¶meters) const =0 |
virtual void | GetValueAndDerivative (const ParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) override |
virtual void | UnRegister () const noexceptoverride |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Attributes | |
static const unsigned int | MovingImageDimension = TMovingImage::ImageDimension |
static const unsigned int | FixedImageDimension = TFixedImage::ImageDimension |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
TwoImageToOneImageMetric () | |
virtual | ~TwoImageToOneImageMetric () |
Protected Member Functions inherited from itk::SingleValuedCostFunction | |
SingleValuedCostFunction () | |
virtual | ~SingleValuedCostFunction () override |
Protected Member Functions inherited from itk::CostFunctionTemplate< TInternalComputationValueType > | |
CostFunctionTemplate () | |
virtual | ~CostFunctionTemplate () override |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () override |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
TwoImageToOneImageMetric (const Self &) | |
Private Attributes | |
FixedImageRegionType | m_FixedImageRegion1 |
FixedImageRegionType | m_FixedImageRegion2 |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
typedef SmartPointer<const Self> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::ConstPointer |
Definition at line 60 of file itkTwoImageToOneImageMetric.h.
typedef Superclass::ParametersValueType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType |
Type used for representing point components
Definition at line 63 of file itkTwoImageToOneImageMetric.h.
typedef Superclass::DerivativeType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::DerivativeType |
Type of the derivative.
Definition at line 133 of file itkTwoImageToOneImageMetric.h.
typedef FixedImageType::ConstPointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer |
Definition at line 75 of file itkTwoImageToOneImageMetric.h.
typedef FixedImageMaskType::Pointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::FixedImageMaskPointer |
Definition at line 120 of file itkTwoImageToOneImageMetric.h.
typedef SpatialObject< itkGetStaticConstMacro(FixedImageDimension) > itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::FixedImageMaskType |
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 119 of file itkTwoImageToOneImageMetric.h.
typedef FixedImageType::RegionType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::FixedImageRegionType |
Definition at line 76 of file itkTwoImageToOneImageMetric.h.
typedef TFixedImage itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::FixedImageType |
Type of the fixed Image.
Definition at line 74 of file itkTwoImageToOneImageMetric.h.
typedef GradientImageFilterType::Pointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GradientImageFilterPointer |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 112 of file itkTwoImageToOneImageMetric.h.
typedef GradientRecursiveGaussianImageFilter< MovingImageType, GradientImageType > itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GradientImageFilterType |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 111 of file itkTwoImageToOneImageMetric.h.
typedef SmartPointer<GradientImageType> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GradientImagePointer |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 108 of file itkTwoImageToOneImageMetric.h.
typedef Image<GradientPixelType, itkGetStaticConstMacro(MovingImageDimension)> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GradientImageType |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 107 of file itkTwoImageToOneImageMetric.h.
typedef CovariantVector<RealType, itkGetStaticConstMacro(MovingImageDimension)> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GradientPixelType |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 105 of file itkTwoImageToOneImageMetric.h.
typedef TransformType::InputPointType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::InputPointType |
Definition at line 91 of file itkTwoImageToOneImageMetric.h.
typedef InterpolatorType::Pointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::InterpolatorPointer |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 113 of file itkTwoImageToOneImageMetric.h.
typedef InterpolateImageFunction< MovingImageType, CoordinateRepresentationType > itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::InterpolatorType |
Type of the Interpolator Base class
Definition at line 99 of file itkTwoImageToOneImageMetric.h.
typedef Superclass::MeasureType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MeasureType |
Type of the measure.
Definition at line 130 of file itkTwoImageToOneImageMetric.h.
typedef MovingImageType::ConstPointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer |
Definition at line 71 of file itkTwoImageToOneImageMetric.h.
typedef MovingImageMaskType::Pointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MovingImageMaskPointer |
Definition at line 126 of file itkTwoImageToOneImageMetric.h.
typedef SpatialObject< itkGetStaticConstMacro(MovingImageDimension) > itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MovingImageMaskType |
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 125 of file itkTwoImageToOneImageMetric.h.
typedef TMovingImage::PixelType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MovingImagePixelType |
Definition at line 70 of file itkTwoImageToOneImageMetric.h.
typedef TMovingImage itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::MovingImageType |
Type of the moving Image.
Definition at line 66 of file itkTwoImageToOneImageMetric.h.
typedef TransformType::OutputPointType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::OutputPointType |
Definition at line 92 of file itkTwoImageToOneImageMetric.h.
typedef Superclass::ParametersType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::ParametersType |
Type of the parameters.
Definition at line 136 of file itkTwoImageToOneImageMetric.h.
typedef SmartPointer<Self> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::Pointer |
Definition at line 59 of file itkTwoImageToOneImageMetric.h.
typedef NumericTraits<MovingImagePixelType>::RealType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::RealType |
Gaussian filter to compute the gradient of the Moving Image
Definition at line 103 of file itkTwoImageToOneImageMetric.h.
typedef TwoImageToOneImageMetric itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::Self |
Standard class typedefs.
Definition at line 57 of file itkTwoImageToOneImageMetric.h.
typedef SingleValuedCostFunction itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::Superclass |
Definition at line 58 of file itkTwoImageToOneImageMetric.h.
typedef TransformType::JacobianType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::TransformJacobianType |
Definition at line 94 of file itkTwoImageToOneImageMetric.h.
typedef TransformType::ParametersType itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::TransformParametersType |
Definition at line 93 of file itkTwoImageToOneImageMetric.h.
typedef TransformType::Pointer itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::TransformPointer |
Definition at line 90 of file itkTwoImageToOneImageMetric.h.
typedef Transform<CoordinateRepresentationType, itkGetStaticConstMacro(MovingImageDimension), itkGetStaticConstMacro(FixedImageDimension)> itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::TransformType |
Type of the Transform Base class
Definition at line 88 of file itkTwoImageToOneImageMetric.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 225 of file itkTwoImageToOneImageMetric.h.
|
private |
|
virtual |
Set/Get gradient computation.
|
virtual |
Set/Get gradient computation.
|
virtual |
Set/Get gradient computation.
|
virtual |
Get the Fixed Image.
|
virtual |
Get the Fixed Image.
|
virtual |
Set/Get the fixed image mask.
|
virtual |
Set/Get the fixed image mask.
|
virtual |
Get the region over which the metric will be computed
|
virtual |
Get the region over which the metric will be computed
|
virtual |
Get Gradient Image.
|
virtual |
Get a pointer to the Interpolator.
|
virtual |
Get a pointer to the Interpolator.
|
virtual |
Get the Moving Image.
|
virtual |
Set/Get the moving image mask.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::NormalizedCorrelationTwoImageToOneImageMetric< TFixedImage, TMovingImage >.
|
inlinevirtual |
Return the number of parameters required by the Transform
Implements itk::CostFunctionTemplate< TInternalComputationValueType >.
Definition at line 214 of file itkTwoImageToOneImageMetric.h.
References itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::m_Transform.
|
virtual |
Get the number of pixels considered in the computation.
|
virtual |
Get a pointer to the Transform.
|
virtual |
Initialize the Metric by making sure that all the components are present and plugged together correctly
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::CostFunctionTemplate< TInternalComputationValueType >.
Reimplemented in itk::NormalizedCorrelationTwoImageToOneImageMetric< TFixedImage, TMovingImage >.
|
virtual |
Set/Get gradient computation.
|
virtual |
Connect the Fixed Image.
|
virtual |
Connect the Fixed Image.
|
virtual |
Set/Get the fixed image mask.
|
virtual |
Set/Get the fixed image mask.
|
virtual |
Set the region over which the metric will be computed
|
virtual |
Set the region over which the metric will be computed
|
virtual |
Connect the Interpolator.
|
virtual |
Connect the Interpolator.
|
virtual |
Connect the Moving Image.
|
virtual |
Set/Get the moving image mask.
|
virtual |
Connect the Transform.
void itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::SetTransformParameters | ( | const ParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
|
static |
Constants for the image dimensions
Definition at line 82 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 238 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 230 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 231 of file itkTwoImageToOneImageMetric.h.
|
mutableprotected |
Definition at line 241 of file itkTwoImageToOneImageMetric.h.
|
mutableprotected |
Definition at line 242 of file itkTwoImageToOneImageMetric.h.
|
private |
Definition at line 249 of file itkTwoImageToOneImageMetric.h.
|
private |
Definition at line 250 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 239 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 235 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 236 of file itkTwoImageToOneImageMetric.h.
|
protected |
Definition at line 232 of file itkTwoImageToOneImageMetric.h.
|
mutableprotected |
Definition at line 243 of file itkTwoImageToOneImageMetric.h.
|
mutableprotected |
Definition at line 228 of file itkTwoImageToOneImageMetric.h.
|
mutableprotected |
Definition at line 234 of file itkTwoImageToOneImageMetric.h.
Referenced by itk::TwoImageToOneImageMetric< TFixedImage, TMovingImage >::GetNumberOfParameters().
|
static |
Constants for the image dimensions
Definition at line 80 of file itkTwoImageToOneImageMetric.h.