|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxNormalizedGradientCorrelationMetric.h>


Public Member Functions | |
| virtual void | BeforeEachResolution (void) |
| virtual void | BeforeRegistration (void) |
| elxClassNameMacro ("NormalizedGradientCorrelation") | |
| virtual const char * | GetClassName () const |
| virtual void | Initialize (void) throw (ExceptionObject) |
| itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension) | |
| itkStaticConstMacro (MovingImageDimension, unsigned int, MovingImageType::ImageDimension) | |
Public Member Functions inherited from itk::NormalizedGradientCorrelationImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
| virtual void | GetDerivative (const TransformParametersType ¶meters, DerivativeType &derivative) const |
| virtual const double & | GetDerivativeDelta () |
| virtual const ScalesType & | GetScales () |
| virtual MeasureType | GetValue (const TransformParametersType ¶meters) const |
| virtual void | GetValueAndDerivative (const TransformParametersType ¶meters, MeasureType &Value, DerivativeType &derivative) const |
| itkStaticConstMacro (FixedImageDimension, unsigned int, MetricBase< TElastix >::FixedImageType::ImageDimension) | |
| itkStaticConstMacro (MovedImageDimension, unsigned int, MovingImageType::ImageDimension) | |
| virtual void | SetDerivativeDelta (double _arg) |
| virtual void | SetScales (ScalesType _arg) |
| void | SetTransformParameters (const TransformParametersType ¶meters) const |
| void | WriteGradientImagesToFiles (void) const |
Public Member Functions inherited from itk::AdvancedImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
| virtual const FixedImageLimiterType * | GetFixedImageLimiter () |
| virtual double | GetFixedLimitRangeRatio () const |
| virtual ImageSamplerType * | GetImageSampler (void) const |
| virtual const MovingImageDerivativeScalesType & | GetMovingImageDerivativeScales () |
| virtual const MovingImageLimiterType * | GetMovingImageLimiter () |
| virtual double | GetMovingLimitRangeRatio () const |
| virtual double | GetRequiredRatioOfValidSamples () const |
| virtual void | GetSelfHessian (const TransformParametersType ¶meters, HessianType &H) const |
| const AdvancedTransformType * | GetTransform (void) const |
| virtual bool | GetUseFixedImageLimiter () const |
| virtual bool | GetUseImageSampler () const |
| virtual bool | GetUseMovingImageDerivativeScales () const |
| virtual bool | GetUseMovingImageLimiter () const |
| itkStaticConstMacro (MovingImageDimension, unsigned int, MetricBase< TElastix >::MovingImageType::ImageDimension) | |
| itkStaticConstMacro (FixedImageDimension, unsigned int, MetricBase< TElastix >::FixedImageType::ImageDimension) | |
| virtual void | SetFixedImageLimiter (FixedImageLimiterType *_arg) |
| virtual void | SetFixedLimitRangeRatio (double _arg) |
| virtual void | SetImageSampler (ImageSamplerType *_arg) |
| virtual void | SetMovingImageDerivativeScales (MovingImageDerivativeScalesType _arg) |
| virtual void | SetMovingImageLimiter (MovingImageLimiterType *_arg) |
| virtual void | SetMovingLimitRangeRatio (double _arg) |
| virtual void | SetRequiredRatioOfValidSamples (double _arg) |
| virtual void | SetTransform (AdvancedTransformType *arg) |
| virtual void | SetUseMovingImageDerivativeScales (bool _arg) |
Public Member Functions inherited from elastix::MetricBase< TElastix > | |
| virtual void | AfterEachIterationBase (void) |
| virtual void | BeforeEachResolutionBase (void) |
| virtual ImageSamplerBaseType * | GetAdvancedMetricImageSampler (void) const |
| virtual bool | GetAdvancedMetricUseImageSampler (void) const |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
| virtual MeasureType | GetCurrentExactMetricValue (void) const |
| virtual bool | GetShowExactMetricValue (void) const |
| itkStaticConstMacro (FixedImageDimension, unsigned int, FixedImageType::ImageDimension) | |
| itkStaticConstMacro (MovingImageDimension, unsigned int, MovingImageType::ImageDimension) | |
| virtual void | SelectNewSamples (void) |
| virtual void | SetAdvancedMetricImageSampler (ImageSamplerBaseType *sampler) |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| virtual ConfigurationType * | GetConfiguration (void) const |
| virtual ElastixType * | GetElastix (void) const |
| virtual RegistrationPointer | GetRegistration (void) const |
| virtual void | SetConfiguration (ConfigurationType *_arg) |
| virtual void | SetElastix (ElastixType *_arg) |
Public Member Functions inherited from elastix::BaseComponent | |
| virtual void | AfterEachIteration (void) |
| virtual void | AfterEachResolution (void) |
| virtual void | AfterEachResolutionBase (void) |
| virtual void | AfterRegistration (void) |
| virtual void | AfterRegistrationBase (void) |
| virtual int | BeforeAll (void) |
| virtual int | BeforeAllBase (void) |
| virtual void | BeforeRegistrationBase (void) |
| virtual const char * | elxGetClassName (void) const |
| virtual const char * | GetComponentLabel (void) const |
| virtual void | SetComponentLabel (const char *label, unsigned int idx) |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::NormalizedGradientCorrelationImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType > | |
| static Pointer | New () |
Private Member Functions | |
| NormalizedGradientCorrelationMetric (const Self &) | |
| void | operator= (const Self &) |
An metric based on the itk::NormalizedGradientCorrelationImageToImageMetric.
Definition at line 37 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::ConfigurationPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::ConfigurationPointer |
Definition at line 125 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::ConfigurationType elastix::NormalizedGradientCorrelationMetric< TElastix >::ConfigurationType |
Definition at line 124 of file elxNormalizedGradientCorrelationMetric.h.
| typedef SmartPointer<const Self> elastix::NormalizedGradientCorrelationMetric< TElastix >::ConstPointer |
Definition at line 52 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::CoordinateRepresentationType elastix::NormalizedGradientCorrelationMetric< TElastix >::CoordinateRepresentationType |
Typedefs from the superclass.
Definition at line 69 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::DerivativeType elastix::NormalizedGradientCorrelationMetric< TElastix >::DerivativeType |
Definition at line 95 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::ElastixPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::ElastixPointer |
Definition at line 123 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::ElastixType elastix::NormalizedGradientCorrelationMetric< TElastix >::ElastixType |
Typedef's inherited from Elastix.
Definition at line 122 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageConstPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageConstPointer |
Definition at line 74 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageLimiterOutputType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageLimiterOutputType |
Definition at line 107 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageLimiterType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageLimiterType |
Definition at line 104 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageMaskPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageMaskPointer |
Definition at line 91 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageMaskType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageMaskType |
Definition at line 90 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImagePixelType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImagePixelType |
Definition at line 97 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageRegionType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageRegionType |
Definition at line 75 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::FixedImageType elastix::NormalizedGradientCorrelationMetric< TElastix >::FixedImageType |
Definition at line 73 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::GradientImageFilterPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::GradientImageFilterPointer |
Definition at line 89 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::GradientImageFilterType elastix::NormalizedGradientCorrelationMetric< TElastix >::GradientImageFilterType |
Definition at line 88 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::GradientImagePointer elastix::NormalizedGradientCorrelationMetric< TElastix >::GradientImagePointer |
Definition at line 87 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::GradientImageType elastix::NormalizedGradientCorrelationMetric< TElastix >::GradientImageType |
Definition at line 86 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::GradientPixelType elastix::NormalizedGradientCorrelationMetric< TElastix >::GradientPixelType |
Definition at line 85 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::ImageSampleContainerPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::ImageSampleContainerPointer |
Definition at line 103 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::ImageSampleContainerType elastix::NormalizedGradientCorrelationMetric< TElastix >::ImageSampleContainerType |
Definition at line 101 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::ImageSamplerPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::ImageSamplerPointer |
Definition at line 100 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::ImageSamplerType elastix::NormalizedGradientCorrelationMetric< TElastix >::ImageSamplerType |
Definition at line 99 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::InputPointType elastix::NormalizedGradientCorrelationMetric< TElastix >::InputPointType |
Definition at line 78 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::InterpolatorPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::InterpolatorPointer |
Definition at line 83 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::InterpolatorType elastix::NormalizedGradientCorrelationMetric< TElastix >::InterpolatorType |
Definition at line 82 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::ITKBaseType elastix::NormalizedGradientCorrelationMetric< TElastix >::ITKBaseType |
Definition at line 128 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MeasureType elastix::NormalizedGradientCorrelationMetric< TElastix >::MeasureType |
Definition at line 94 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageConstPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageConstPointer |
Definition at line 72 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageDerivativeScalesType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageDerivativeScalesType |
Definition at line 111 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageLimiterOutputType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageLimiterOutputType |
Definition at line 109 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageLimiterType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageLimiterType |
Definition at line 105 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageMaskPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageMaskPointer |
Definition at line 93 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageMaskType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageMaskType |
Definition at line 92 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImagePixelType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImagePixelType |
Definition at line 71 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageRegionType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageRegionType |
Definition at line 98 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::MovingImageType elastix::NormalizedGradientCorrelationMetric< TElastix >::MovingImageType |
Definition at line 70 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::OutputPointType elastix::NormalizedGradientCorrelationMetric< TElastix >::OutputPointType |
Definition at line 79 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::ParametersType elastix::NormalizedGradientCorrelationMetric< TElastix >::ParametersType |
Definition at line 96 of file elxNormalizedGradientCorrelationMetric.h.
| typedef SmartPointer<Self> elastix::NormalizedGradientCorrelationMetric< TElastix >::Pointer |
Definition at line 51 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::RealType elastix::NormalizedGradientCorrelationMetric< TElastix >::RealType |
Definition at line 84 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::RegistrationPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::RegistrationPointer |
Definition at line 127 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass2::RegistrationType elastix::NormalizedGradientCorrelationMetric< TElastix >::RegistrationType |
Definition at line 126 of file elxNormalizedGradientCorrelationMetric.h.
| typedef NormalizedGradientCorrelationMetric elastix::NormalizedGradientCorrelationMetric< TElastix >::Self |
Standard ITK-stuff.
Definition at line 46 of file elxNormalizedGradientCorrelationMetric.h.
| typedef NormalizedGradientCorrelationImageToImageMetric< typename MetricBase<TElastix>::FixedImageType, typename MetricBase<TElastix>::MovingImageType > elastix::NormalizedGradientCorrelationMetric< TElastix >::Superclass1 |
Definition at line 49 of file elxNormalizedGradientCorrelationMetric.h.
| typedef MetricBase<TElastix> elastix::NormalizedGradientCorrelationMetric< TElastix >::Superclass2 |
Definition at line 50 of file elxNormalizedGradientCorrelationMetric.h.
| typedef TimerType::Pointer elastix::NormalizedGradientCorrelationMetric< TElastix >::TimerPointer |
Typedef for timer.
Definition at line 133 of file elxNormalizedGradientCorrelationMetric.h.
| typedef tmr::Timer elastix::NormalizedGradientCorrelationMetric< TElastix >::TimerType |
Typedef for timer.
Definition at line 131 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::TransformJacobianType elastix::NormalizedGradientCorrelationMetric< TElastix >::TransformJacobianType |
Definition at line 81 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::TransformParametersType elastix::NormalizedGradientCorrelationMetric< TElastix >::TransformParametersType |
Definition at line 80 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::TransformPointer elastix::NormalizedGradientCorrelationMetric< TElastix >::TransformPointer |
Definition at line 77 of file elxNormalizedGradientCorrelationMetric.h.
| typedef Superclass1::TransformType elastix::NormalizedGradientCorrelationMetric< TElastix >::TransformType |
Definition at line 76 of file elxNormalizedGradientCorrelationMetric.h.
|
inlineprotected |
The constructor.
Definition at line 152 of file elxNormalizedGradientCorrelationMetric.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 154 of file elxNormalizedGradientCorrelationMetric.h.
|
private |
The private constructor.
|
virtual |
Reimplemented from elastix::BaseComponent.
|
virtual |
Do some things before each resolution:
Reimplemented from elastix::BaseComponent.
| elastix::NormalizedGradientCorrelationMetric< TElastix >::elxClassNameMacro | ( | "NormalizedGradientCorrelation" | ) |
Name of this class. Use this name in the parameter file to select this specific metric.
example: (Metric "NormalizedGradientCorrelation")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::MetricBase< TElastix >.
|
virtual | ||||||||||||||
Sets up a timer to measure the initialisation time and calls the Superclass' implementation.
Reimplemented from itk::NormalizedGradientCorrelationImageToImageMetric< MetricBase< TElastix >::FixedImageType, MetricBase< TElastix >::MovingImageType >.
| elastix::NormalizedGradientCorrelationMetric< TElastix >::itkStaticConstMacro | ( | FixedImageDimension | , |
| unsigned | int, | ||
| FixedImageType::ImageDimension | |||
| ) |
The fixed image dimension.
| elastix::NormalizedGradientCorrelationMetric< TElastix >::itkStaticConstMacro | ( | MovingImageDimension | , |
| unsigned | int, | ||
| MovingImageType::ImageDimension | |||
| ) |
The moving image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 06-12-2013 for elastix by 1.8.5 |