ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::GPUDemonsRegistrationFilter< TFixedImage, TMovingImage, TDeformationField, TParentImageFilter > |
Deformably register two images using the demons algorithm with GPU. More... | |
class | itk::GPUDemonsRegistrationFilterFactory |
Object Factory implemenatation for GPUDemonsRegistrationFilter. More... | |
class | itk::GPUDemonsRegistrationFunction< TFixedImage, TMovingImage, TDeformationField > |
class | itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDeformationField, TParentImageFilter > |
Deformably register two images using a PDE algorithm. More... |
This module contains the GPU implementation of classes for deformable image registration based on intensity differences by solving the PDE, optical flow problem. This includes Thirion's popular "demons" algorithm.