18 #ifndef itkImageRegistrationMethod_h
19 #define itkImageRegistrationMethod_h
69 template<
typename TFixedImage,
typename TMovingImage >
139 itkGetModifiableObjectMacro(Metric,
MetricType);
153 virtual void SetInitialTransformParameters(
const ParametersType & param);
155 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
159 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
178 itkGetConstMacro(FixedImageRegionDefined,
bool);
184 itkSetMacro(FixedImageRegionDefined,
bool);
187 virtual void Initialize();
195 using Superclass::MakeOutput;
202 #ifdef ITKV3_COMPATIBILITY
218 void StartRegistration(
void) { this->Update(); }
224 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
227 virtual void GenerateData() ITK_OVERRIDE;
230 itkSetMacro(LastTransformParameters, ParametersType);
233 void StartOptimization();
247 ParametersType m_InitialTransformParameters;
248 ParametersType m_LastTransformParameters;
250 bool m_FixedImageRegionDefined;
255 #ifndef ITK_MANUAL_INSTANTIATION
256 #include "itkImageRegistrationMethod.hxx"
FixedImageType::ConstPointer FixedImageConstPointer
Light weight base class for most itk classes.
SmartPointer< Self > Pointer
MetricType::FixedImageRegionType FixedImageRegionType
unsigned long ModifiedTimeType
TMovingImage MovingImageType
TransformType::Pointer TransformPointer
This class is a base for the Optimization methods that optimize a single valued function.
MetricType::Pointer MetricPointer
TransformOutputType::ConstPointer TransformOutputConstPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
DataObjectDecorator< TransformType > TransformOutputType
ImageToImageMetric< FixedImageType, MovingImageType > MetricType
TransformOutputType::Pointer TransformOutputPointer
virtual ~ImageRegistrationMethod() override
MetricType::TransformType TransformType
Base class for Image Registration Methods.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
ImageRegistrationMethod Self
Class to hold and manage different parameter types used during optimization.
Decorates any subclass of itkObject with a DataObject API.
MovingImageType::ConstPointer MovingImageConstPointer
Generic representation for an optimization method.
DataObject::Pointer DataObjectPointer
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
Base class for all image interpolaters.
SingleValuedNonLinearOptimizer OptimizerType
MetricType::TransformParametersType ParametersType
MetricType::InterpolatorType InterpolatorType
Control indentation during Print() invocation.
InterpolatorType::Pointer InterpolatorPointer
TFixedImage FixedImageType
Computes similarity between regions of two images.
SmartPointer< const Self > ConstPointer
FixedImageType::RegionType FixedImageRegionType