ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
Classes | |
class | itk::GPUDemonsRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, 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, TDisplacementField > |
class | itk::GPUPDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField, 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.