ITK
5.2.0
Insight Toolkit
|
#include <itkPointSetToSpatialObjectDemonsRegistration.h>
Static Public Member Functions | |
static Pointer | New () |
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 () |
MovingSpatialObjectConstPointer | m_MovingSpatialObject |
FixedPointSetConstPointer | m_FixedPointSet |
virtual void | SetFixedPointSet (const FixedPointSetType *_arg) |
virtual const FixedPointSetType * | GetFixedPointSet () const |
virtual void | SetMovingSpatialObject (const MovingSpatialObjectType *_arg) |
virtual const MovingSpatialObjectType * | GetMovingSpatialObject () const |
PointSetToSpatialObjectDemonsRegistration () | |
~PointSetToSpatialObjectDemonsRegistration () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
Implementation of Demons Registration between a PointSet and a SpatialObject.
The simplest case of Demons registration suggested by P. Thirion in his paper[1] is defined by a Model and Scene. The Model should be able to respond to the queries of whether a point is inside or outside of the object of interest, while the Scene provides a number of points (the Demons) with vector indicating the direction of inside-outside of the equivalent object of interest. In this implementation, the Scene is represented by an itk::PointSet that has Vectors as PixelData. These vectors should be provided by the user of this class and must be pointing outside of the object of interest. The Model is naturally represented by a itk::SpatialObject since its interface responds to the IsInside() method.
This class is intended to be derived in order to define the method that will update the transform. Such method will be specific for the particular type of transform used.
[1] J-P. Thirion "Image matching as a Diffusion Process: and Analogy with Maxwell's Demons", Medical Image Analysis, 1998, Vol. 2, No. 3, pp 243-260.
Definition at line 53 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer |
Definition at line 72 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::FixedPointSetType = TFixedPointSet |
Type of the Fixed PointSet.
Definition at line 71 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::MovingSpatialObjectConstPointer = typename MovingSpatialObjectType::ConstPointer |
Definition at line 76 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::MovingSpatialObjectType = TMovingSpatialObject |
Type of the Moving image.
Definition at line 75 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::Self = PointSetToSpatialObjectDemonsRegistration |
Standard class type aliases.
Definition at line 59 of file itkPointSetToSpatialObjectDemonsRegistration.h.
using itk::PointSetToSpatialObjectDemonsRegistration< TFixedPointSet, TMovingSpatialObject >::Superclass = ProcessObject |
Definition at line 60 of file itkPointSetToSpatialObjectDemonsRegistration.h.
|
protected |
Set/Get the Fixed image.
|
overrideprotecteddefault |
Set/Get the Fixed image.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the Fixed image.
|
virtual |
Set/Get the Fixed image.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/Get the Fixed image.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get the Fixed image.
|
virtual |
Set/Get the Moving image.
|
private |
Set/Get the Fixed image.
Definition at line 96 of file itkPointSetToSpatialObjectDemonsRegistration.h.
|
private |
Set/Get the Fixed image.
Definition at line 95 of file itkPointSetToSpatialObjectDemonsRegistration.h.