ITK
6.0.0
Insight Toolkit
|
#include <itkTransformParametersAdaptorBase.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 itkTransformParametersAdaptorBase.h.
Public Types | |
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 = TTransform |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Public Member Functions | |
virtual void | AdaptTransformParameters ()=0 |
const char * | GetNameOfClass () const override |
virtual const FixedParametersType & | GetRequiredFixedParameters () const |
virtual void | SetRequiredFixedParameters (FixedParametersType _arg) |
virtual void | SetTransform (TransformBaseType *_arg, void *priorityLower=nullptr)=0 |
Public Member Functions inherited from itk::Object | |
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 |
const char * | GetNameOfClass () const override |
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 |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
TransformParametersAdaptorBase ()=default | |
~TransformParametersAdaptorBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~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 | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
FixedParametersType | m_RequiredFixedParameters {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
using itk::TransformParametersAdaptorBase< TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 64 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::FixedParametersType = typename TransformBaseType::FixedParametersType |
Definition at line 74 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::FixedParametersValueType = typename TransformBaseType::FixedParametersValueType |
Definition at line 75 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::ParametersType = typename TransformBaseType::ParametersType |
Definition at line 72 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::ParametersValueType = typename ParametersType::ValueType |
Definition at line 73 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::Pointer = SmartPointer<Self> |
Definition at line 63 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::Self = TransformParametersAdaptorBase |
Standard class type aliases.
Definition at line 61 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::Superclass = Object |
Definition at line 62 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::TransformBasePointer = typename TransformBaseType::Pointer |
Definition at line 71 of file itkTransformParametersAdaptorBase.h.
using itk::TransformParametersAdaptorBase< TTransform >::TransformBaseType = TTransform |
Typedefs associated with the transform
Definition at line 70 of file itkTransformParametersAdaptorBase.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
pure virtual |
Initialize the transform using the specified fixed parameters
Implemented in itk::BSplineExponentialDiffeomorphicTransformParametersAdaptor< TTransform >, itk::BSplineSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >, itk::BSplineTransformParametersAdaptor< TTransform >, itk::ConstantVelocityFieldTransformParametersAdaptor< TTransform >, itk::DisplacementFieldTransformParametersAdaptor< TTransform >, itk::GaussianExponentialDiffeomorphicTransformParametersAdaptor< TTransform >, itk::GaussianSmoothingOnUpdateDisplacementFieldTransformParametersAdaptor< TTransform >, itk::TimeVaryingBSplineVelocityFieldTransformParametersAdaptor< TTransform >, itk::TimeVaryingVelocityFieldTransformParametersAdaptor< TTransform >, and itk::TransformParametersAdaptor< TTransform >.
|
overridevirtual |
Reimplemented from itk::Object.
|
virtual |
Get the fixed parameters
|
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 97 of file itkTransformParametersAdaptorBase.h.
References itk::TransformParametersAdaptorBase< TTransform >::m_RequiredFixedParameters, and itk::Object::PrintSelf().
Referenced by itk::TransformParametersAdaptor< TTransform >::PrintSelf().
|
virtual |
Set the fixed parameters
Reimplemented in itk::TransformParametersAdaptor< TTransform >, and itk::BSplineTransformParametersAdaptor< TTransform >.
|
pure virtual |
Implemented in itk::TransformParametersAdaptor< TTransform >.
|
protected |
Definition at line 103 of file itkTransformParametersAdaptorBase.h.
Referenced by itk::TransformParametersAdaptorBase< TTransform >::PrintSelf().