![]() |
ITK
6.0.0
Insight Toolkit
|
#include <itkTransformParametersAdaptor.h>
Base helper class intended for multi-resolution image registration.
During multi-resolution image registration, it is often useful to expand the number of parameters describing the transform when going from one level to the next. For example, in B-spline registration, one often wants to increase the mesh size (or, equivalently, the control point grid size) for increased flexibility in optimizing the transform. This requires the propagation of the current transform solution to the next level where the solution is identical but with an increase in the number of parameters. This base class and those derived classes are meant to handle these types of situations.
Basic usage will involve the user specifying the required fixed parameters, i.e.
which will adjust the transform based on the new fixed parameters.
Definition at line 55 of file itkTransformParametersAdaptor.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = TransformParametersAdaptor |
using | Superclass = TransformParametersAdaptorBase< Transform< typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > > |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType = TTransform |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename TransformBaseType::FixedParametersType |
using | FixedParametersValueType = typename TransformBaseType::FixedParametersValueType |
using | ParametersType = typename TransformBaseType::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformParametersAdaptorBase |
using | Superclass = Object |
using | TransformBasePointer = typename TransformBaseType::Pointer |
using | TransformBaseType = Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
void | AdaptTransformParameters () override |
const char * | GetNameOfClass () const override |
void | SetTransform (TransformBaseType *_arg, void *) override |
virtual void | SetTransform (TransformType *_arg) |
void | SetRequiredFixedParameters (const FixedParametersType fixedParameters) override |
![]() | |
const char * | GetNameOfClass () const override |
virtual const FixedParametersType & | GetRequiredFixedParameters () const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
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 |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptor ()=default | |
~TransformParametersAdaptor () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptorBase ()=default | |
~TransformParametersAdaptorBase () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 () |
Protected Attributes | |
TransformPointer | m_Transform {} |
![]() | |
FixedParametersType | m_RequiredFixedParameters |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::TransformParametersAdaptor< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 67 of file itkTransformParametersAdaptor.h.
using itk::TransformParametersAdaptor< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 66 of file itkTransformParametersAdaptor.h.
using itk::TransformParametersAdaptor< TTransform >::Self = TransformParametersAdaptor |
Standard class type aliases.
Definition at line 63 of file itkTransformParametersAdaptor.h.
using itk::TransformParametersAdaptor< TTransform >::Superclass = TransformParametersAdaptorBase< Transform<typename TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension> > |
Definition at line 65 of file itkTransformParametersAdaptor.h.
using itk::TransformParametersAdaptor< TTransform >::TransformPointer = typename TransformType::Pointer |
Definition at line 76 of file itkTransformParametersAdaptor.h.
using itk::TransformParametersAdaptor< TTransform >::TransformType = TTransform |
Definition at line 75 of file itkTransformParametersAdaptor.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
inlineoverridevirtual |
Initialize the transform using the specified fixed parameters
Definition at line 111 of file itkTransformParametersAdaptor.h.
|
overridevirtual |
Reimplemented from itk::Object.
|
static |
New macro for creation of through the object factory.
|
inlineoverrideprotectedvirtual |
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::Object.
Definition at line 119 of file itkTransformParametersAdaptor.h.
References itk::TransformParametersAdaptorBase< TTransform >::PrintSelf().
|
inlineoverridevirtual |
Set the fixed parameters
Reimplemented from itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >.
Definition at line 98 of file itkTransformParametersAdaptor.h.
References itk::TransformParametersAdaptorBase< Transform< TTransform::ScalarType, TTransform::InputSpaceDimension, TTransform::OutputSpaceDimension > >::m_RequiredFixedParameters, and itk::Object::Modified().
|
inlineoverridevirtual |
|
virtual |
Set the transform to be adapted
Referenced by itk::TransformParametersAdaptor< TTransform >::SetTransform().
|
protected |
Definition at line 125 of file itkTransformParametersAdaptor.h.