ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkGPUPDEDeformableRegistrationFilter.h>
Deformably register two images using a PDE algorithm.
GPUPDEDeformableRegistrationFilter is a base case for filter implementing a PDE deformable algorithm that register two images by computing the deformation field which will map a moving image onto a fixed image.
A deformation field is represented as a image whose pixel type is some vector type with at least N elements, where N is the dimension of the fixed image. The vector type must support element access via operator []. It is assumed that the vector elements behave like floating point scalars.
This class is templated over the fixed image type, moving image type and the deformation Field type.
The input fixed and moving images are set via methods SetFixedImage and SetMovingImage respectively. An initial deformation field maybe set via SetInitialDisplacementField or SetInput. If no initial field is set, a zero field is used as the initial condition.
The output deformation field can be obtained via methods GetOutput or GetDisplacementField.
The PDE algorithm is run for a user defined number of iterations. Typically the PDE algorithm requires period Gaussin smoothing of the deformation field to enforce an elastic-like condition. The amount of smoothing is governed by a set of user defined standard deviations (one for each dimension).
In terms of memory, this filter keeps two internal buffers: one for storing the intermediate updates to the field and one for double-buffering when smoothing the deformation field. Both buffers are the same type and size as the output deformation field.
This class make use of the finite difference solver hierarchy. Update for each iteration is computed using a PDEDeformableRegistrationFunction.
Definition at line 81 of file itkGPUPDEDeformableRegistrationFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
typedef TDisplacementField::PixelType::ValueType | DeformationScalarType |
typedef TDisplacementField::PixelType | DeformationVectorType |
typedef DisplacementFieldType::Pointer | DisplacementFieldPointer |
typedef TDisplacementField | DisplacementFieldType |
typedef GPUSuperclass::FiniteDifferenceFunctionType | FiniteDifferenceFunctionType |
typedef FixedImageType::ConstPointer | FixedImageConstPointer |
typedef FixedImageType::Pointer | FixedImagePointer |
typedef TFixedImage | FixedImageType |
typedef GPUPDEDeformableRegistrationFunction < FixedImageType, MovingImageType, DisplacementFieldType > | GPUPDEDeformableRegistrationFunctionType |
typedef GPUDenseFiniteDifferenceImageFilter < TDisplacementField, TDisplacementField, TParentImageFilter > | GPUSuperclass |
typedef MovingImageType::ConstPointer | MovingImageConstPointer |
typedef MovingImageType::Pointer | MovingImagePointer |
typedef TMovingImage | MovingImageType |
typedef GPUSuperclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUPDEDeformableRegistrationFilter | Self |
typedef FixedArray< double, ImageDimension > | StandardDeviationsType |
Public Types inherited from itk::GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
typedef GPUSuperclass::FiniteDifferenceFunctionType | FiniteDifferenceFunctionType |
typedef GPUFiniteDifferenceImageFilter < TDisplacementField, TDisplacementField, TParentImageFilter > | GPUSuperclass |
typedef GPUSuperclass::InputImageType | InputImageType |
typedef GPUSuperclass::OutputImageType | OutputImageType |
typedef GPUSuperclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef GPUDenseFiniteDifferenceImageFilter | Self |
typedef GPUSuperclass::TimeStepType | TimeStepType |
typedef OutputImageType | UpdateBufferType |
Public Types inherited from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
enum | FilterStateType |
typedef GPUFiniteDifferenceFunction < TDisplacementField > ::DifferenceFunctionType | FiniteDifferenceFunctionType |
typedef GPUInPlaceImageFilter < TDisplacementField, TDisplacementField, TParentImageFilter > | GPUSuperclass |
typedef TDisplacementField | InputImageType |
typedef TDisplacementField::PixelType | InputPixelType |
typedef NumericTraits < InputPixelType >::ValueType | InputPixelValueType |
typedef FiniteDifferenceFunctionType::NeighborhoodScalesType | NeighborhoodScalesType |
typedef TDisplacementField | OutputImageType |
typedef TDisplacementField::PixelType | OutputPixelType |
typedef NumericTraits < OutputPixelType >::ValueType | OutputPixelValueType |
typedef OutputPixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef FiniteDifferenceFunctionType::RadiusType | RadiusType |
typedef GPUFiniteDifferenceImageFilter | Self |
typedef FiniteDifferenceFunctionType::TimeStepType | TimeStepType |
Public Types inherited from itk::GPUInPlaceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TParentImageFilter | CPUSuperclass |
typedef GPUImageToImageFilter < TDisplacementField, TDisplacementField, TParentImageFilter > | GPUSuperclass |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TDisplacementField | InputImageType |
typedef GPUSuperclass::OutputImagePixelType | OutputImagePixelType |
typedef GPUSuperclass::OutputImagePointer | OutputImagePointer |
typedef GPUSuperclass::OutputImageRegionType | OutputImageRegionType |
typedef GPUSuperclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GPUInPlaceImageFilter | Self |
Public Types inherited from itk::GPUImageToImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TDisplacementField | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef GPUImageToImageFilter | Self |
typedef TParentImageFilter | Superclass |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::GPUImageToImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = GPUSuperclass::ImageDimension |
Static Public Attributes inherited from itk::GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
static const unsigned int | ImageDimension |
Static Public Attributes inherited from itk::GPUInPlaceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::GPUImageToImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Additional Inherited Members | |
Protected Attributes inherited from itk::GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
int | m_ApplyUpdateGPUKernelHandle |
Protected Attributes inherited from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
TimeProbe | m_ApplyUpdateTime |
TimeProbe | m_ComputeUpdateTime |
TimeProbe | m_InitTime |
bool | m_ManualReinitialization |
double | m_MaximumRMSError |
double | m_RMSChange |
TimeProbe | m_SmoothFieldTime |
Protected Attributes inherited from itk::GPUImageToImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > | |
GPUKernelManager::Pointer | m_GPUKernelManager |
typedef SmartPointer< const Self > itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::ConstPointer |
Definition at line 90 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TParentImageFilter itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::CPUSuperclass |
Definition at line 88 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TDisplacementField::PixelType::ValueType itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::DeformationScalarType |
Definition at line 114 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TDisplacementField::PixelType itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::DeformationVectorType |
Definition at line 112 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef DisplacementFieldType::Pointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::DisplacementFieldPointer |
Definition at line 111 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TDisplacementField itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::DisplacementFieldType |
Deformation field type.
Definition at line 110 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef GPUSuperclass::FiniteDifferenceFunctionType itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::FiniteDifferenceFunctionType |
FiniteDifferenceFunction type.
Definition at line 121 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef FixedImageType::ConstPointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::FixedImageConstPointer |
Definition at line 102 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef FixedImageType::Pointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::FixedImagePointer |
Definition at line 101 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TFixedImage itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::FixedImageType |
FixedImage image type.
Definition at line 97 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef GPUPDEDeformableRegistrationFunction< FixedImageType, MovingImageType, DisplacementFieldType > itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::GPUPDEDeformableRegistrationFunctionType |
PDEDeformableRegistrationFilterFunction type. GPUPDEDeformableRegistrationFilterFunction type.
Definition at line 127 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter > itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::GPUSuperclass |
Definition at line 87 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef MovingImageType::ConstPointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::MovingImageConstPointer |
Definition at line 107 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef MovingImageType::Pointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::MovingImagePointer |
Definition at line 106 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef TMovingImage itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::MovingImageType |
MovingImage image type.
Definition at line 105 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef GPUSuperclass::OutputImageType itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::OutputImageType |
Types inherithed from the GPUSuperclass
Definition at line 117 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef SmartPointer< Self > itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::Pointer |
Definition at line 89 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef GPUPDEDeformableRegistrationFilter itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::Self |
Standard class typedefs.
Definition at line 86 of file itkGPUPDEDeformableRegistrationFilter.h.
typedef FixedArray< double, ImageDimension > itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::StandardDeviationsType |
Definition at line 142 of file itkGPUPDEDeformableRegistrationFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 146 of file itkGPUPDEDeformableRegistrationFilter.h.
|
protectedvirtual |
|
overrideprotectedvirtual |
A simple method to copy the data from the input to the output. If the input does not exist, a zero field is written to the output.
Reimplemented from itk::GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
virtual::itk::LightObject::Pointer itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::CreateAnother | ( | ) | const |
|
overrideprotectedvirtual |
It is difficult to compute in advance the input moving image region required to compute the requested output region. Thus the safest thing to do is to request for the whole moving image.
For the fixed image and deformation field, the input requested region set to be the same as that of the output requested region.
Reimplemented from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
|
overrideprotectedvirtual |
By default the output deformation field has the same Spacing, Origin and LargestPossibleRegion as the input/initial deformation field. If the initial deformation field is not set, the output information is copied from the fixed image.
|
inline |
Get output deformation field.
Definition at line 137 of file itkGPUPDEDeformableRegistrationFilter.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::GPUDenseFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
Reimplemented in itk::GPUDemonsRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >.
|
protectedvirtual |
Smooth a vector field, which may be m_DisplacementField or m_UpdateBuffer.
|
overrideprotectedvirtual |
This method is called before iterating the solution.
Reimplemented from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
|
overrideprotectedvirtual |
Initialize the state of filter and equation before each iteration. Progress feeback is implemented as part of this method.
Reimplemented from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
Reimplemented in itk::GPUDemonsRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >.
itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, TParentImageFilter >::itkGetOpenCLSourceFromKernelMacro | ( | GPUPDEDeformableRegistrationFilterKernel | ) |
Get OpenCL Kernel source as a string, creates a GetOpenCLSource method
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
This method is called after the solution has been generated. In this case, the filter release the memory of the internal buffers.
Reimplemented from itk::GPUFiniteDifferenceImageFilter< TDisplacementField, TDisplacementField, TParentImageFilter >.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Utility to smooth the deformation field (represented in the Output) using a Gaussian operator. The amount of smoothing can be specified by setting the StandardDeviations.
|
overrideprotectedvirtual |
Utility to smooth the UpdateBuffer using a Gaussian operator. The amount of smoothing can be specified by setting the UpdateFieldStandardDeviations.
|
static |
Inherit some enums and typedefs from the GPUSuperclass.
Definition at line 131 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 216 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 208 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 215 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 219 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 207 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Memory buffer for smoothing kernels of the displacement field.
Definition at line 206 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Temporary deformation field use for smoothing the the deformation field.
Definition at line 198 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 213 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Definition at line 212 of file itkGPUPDEDeformableRegistrationFilter.h.
|
private |
Memory buffer for smoothing kernels of the update field.
Definition at line 211 of file itkGPUPDEDeformableRegistrationFilter.h.