18 #ifndef itkMultiResolutionImageRegistrationMethod_h
19 #define itkMultiResolutionImageRegistrationMethod_h
71 template<
typename TFixedImage,
typename TMovingImage >
155 itkGetModifiableObjectMacro(Metric,
MetricType);
187 itkGetConstMacro(FixedImagePyramidSchedule,
ScheduleType);
188 itkGetConstMacro(MovingImagePyramidSchedule,
ScheduleType);
200 itkGetConstReferenceMacro(InitialTransformParameters,
ParametersType);
206 itkSetMacro(InitialTransformParametersOfNextLevel,
ParametersType);
207 itkGetConstReferenceMacro(InitialTransformParametersOfNextLevel,
ParametersType);
212 itkGetConstReferenceMacro(LastTransformParameters,
ParametersType);
227 #ifdef ITKV3_COMPATIBILITY
239 void StartRegistration(
void) { this->
Update(); }
245 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
267 void operator=(const Self &);
303 #ifndef ITK_MANUAL_INSTANTIATION
304 #include "itkMultiResolutionImageRegistrationMethod.hxx"
virtual void Update()
Bring this filter up-to-date.
DataObject::Pointer DataObjectPointer
SizeValueType m_NumberOfLevels
SizeValueType m_CurrentLevel
Light weight base class for most itk classes.
FixedImageConstPointer m_FixedImage
ImageToImageMetric< FixedImageType, MovingImageType > MetricType
TransformPointer m_Transform
FixedImageType::RegionType FixedImageRegionType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
Make a DataObject of the correct type to used as the specified output.
FixedImageRegionType m_FixedImageRegion
TransformOutputType::ConstPointer TransformOutputConstPointer
MovingImagePyramidType::Pointer MovingImagePyramidPointer
virtual void GenerateData() override
unsigned long ModifiedTimeType
MetricType::Pointer MetricPointer
ScheduleType m_FixedImagePyramidSchedule
This class is a base for the Optimization methods that optimize a single valued function.
MultiResolutionPyramidImageFilter< MovingImageType, MovingImageType > MovingImagePyramidType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
std::vector< FixedImageRegionType > m_FixedImageRegionPyramid
const TransformOutputType * GetOutput() const
MultiResolutionImageRegistrationMethod Self
MovingImageType::ConstPointer MovingImageConstPointer
FixedImagePyramidType::Pointer FixedImagePyramidPointer
Framework for creating images in a multi-resolution pyramid.
unsigned long SizeValueType
void SetSchedules(const ScheduleType &fixedSchedule, const ScheduleType &movingSchedule)
FixedImagePyramidPointer m_FixedImagePyramid
virtual void PrintSelf(std::ostream &os, Indent indent) const override
TransformType::Pointer TransformPointer
MultiResolutionPyramidImageFilter< FixedImageType, FixedImageType > FixedImagePyramidType
SingleValuedNonLinearOptimizer OptimizerType
FixedImageType::ConstPointer FixedImageConstPointer
OptimizerType::Pointer m_Optimizer
ParametersType m_InitialTransformParametersOfNextLevel
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
Class to hold and manage different parameter types used during optimization.
TFixedImage FixedImageType
Decorates any subclass of itkObject with a DataObject API.
ParametersType m_LastTransformParameters
Standard exception handling object.
Generic representation for an optimization method.
virtual ModifiedTimeType GetMTime() const override
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
Make a DataObject of the correct type to used as the specified output.
void SetNumberOfLevels(SizeValueType numberOfLevels)
FixedImagePyramidType::ScheduleType ScheduleType
TMovingImage MovingImageType
Base class for multi-resolution image registration methods.
bool m_NumberOfLevelsSpecified
Base class for all image interpolaters.
InterpolatorType::Pointer InterpolatorPointer
virtual ~MultiResolutionImageRegistrationMethod()
MovingImageConstPointer m_MovingImage
ScheduleType m_MovingImagePyramidSchedule
MultiResolutionImageRegistrationMethod()
MetricType::TransformType TransformType
MetricType::InterpolatorType InterpolatorType
SmartPointer< const Self > ConstPointer
MovingImagePyramidPointer m_MovingImagePyramid
Control indentation during Print() invocation.
ParametersType m_InitialTransformParameters
MetricType::TransformParametersType ParametersType
SmartPointer< Self > Pointer
DataObjectDecorator< TransformType > TransformOutputType
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
Computes similarity between regions of two images.
InterpolatorPointer m_Interpolator
TransformOutputType::Pointer TransformOutputPointer