Public Types |
typedef
Superclass2::ConfigurationPointer | ConfigurationPointer |
typedef
Superclass2::ConfigurationType | ConfigurationType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass2::ElastixPointer | ElastixPointer |
typedef Superclass2::ElastixType | ElastixType |
typedef Superclass1::IndexType | IndexType |
typedef
Superclass1::InputImagePointer | InputImagePointer |
typedef
Superclass1::InputImageRegionType | InputImageRegionType |
typedef Superclass1::InputImageType | InputImageType |
typedef
Superclass1::InterpolatorPointerType | InterpolatePointerType |
typedef
Superclass1::InterpolatorType | InterpolatorType |
typedef Superclass2::ITKBaseType | ITKBaseType |
typedef
Superclass1::OriginPointType | OriginPointType |
typedef
Superclass1::OutputImagePointer | OutputImagePointer |
typedef
Superclass1::OutputImageRegionType | OutputImageRegionType |
typedef
Superclass1::OutputImageType | OutputImageType |
typedef Superclass1::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass1::PointType | PointType |
typedef
Superclass2::RegistrationPointer | RegistrationPointer |
typedef
Superclass2::RegistrationType | RegistrationType |
typedef CUDAResampler | Self |
typedef Superclass1::SizeType | SizeType |
typedef Superclass1::SpacingType | SpacingType |
typedef
itkCUDAResampleImageFilter
< typename ResamplerBase
< TElastix >::InputImageType,
typename ResamplerBase
< TElastix >::OutputImageType,
typename ResamplerBase
< TElastix >::CoordRepType > | Superclass1 |
typedef ResamplerBase< TElastix > | Superclass2 |
typedef
Superclass1::TransformPointerType | TransformPointerType |
typedef Superclass1::TransformType | TransformType |
typedef
Superclass1::ValidTransformPointer | ValidTransformPointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef
cuda::CUDAResampleImageFilter
< typename
InternalBSplineTransformType::ParametersValueType,
typename ResamplerBase
< TElastix >
::InputImageType::PixelType,
float > | CudaResampleImageFilterType |
typedef Superclass::DirectionType | DirectionType |
typedef Superclass::ImageBaseType | ImageBaseType |
typedef Superclass::IndexType | IndexType |
typedef
Superclass::InputImageConstPointer | InputImageConstPointer |
typedef
Superclass::InputImagePointer | InputImagePointer |
typedef
Superclass::InputImageRegionType | InputImageRegionType |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelType | InputPixelType |
typedef
AdvancedBSplineDeformableTransform
< ResamplerBase< TElastix >
::CoordRepType, 3, 3 > | InternalAdvancedBSplineTransformType |
typedef
BSplineDeformableTransform
< ResamplerBase< TElastix >
::CoordRepType, 3, 3 > | InternalBSplineTransformType |
typedef
AdvancedCombinationTransform
< ResamplerBase< TElastix >
::CoordRepType, 3 > | InternalComboTransformType |
typedef
Superclass::InterpolatorPointerType | InterpolatorPointerType |
typedef
Superclass::InterpolatorType | InterpolatorType |
typedef Superclass::OriginPointType | OriginPointType |
typedef
Superclass::OutputImagePointer | OutputImagePointer |
typedef
Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef Superclass::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointType | PointType |
typedef itkCUDAResampleImageFilter | Self |
typedef Superclass::SizeType | SizeType |
typedef Superclass::SpacingType | SpacingType |
typedef ResampleImageFilter
< ResamplerBase< TElastix >
::InputImageType,
ResamplerBase< TElastix >
::OutputImageType,
ResamplerBase< TElastix >
::CoordRepType > | Superclass |
typedef
Superclass::TransformPointerType | TransformPointerType |
typedef Superclass::TransformType | TransformType |
typedef
InternalAdvancedBSplineTransformType::ConstPointer | ValidTransformConstPointer |
typedef
InternalAdvancedBSplineTransformType::Pointer | ValidTransformPointer |
typedef
Superclass::ConfigurationPointer | ConfigurationPointer |
typedef
Superclass::ConfigurationType | ConfigurationType |
typedef ElastixType::CoordRepType | CoordRepType |
typedef ITKBaseType::DirectionType | DirectionType |
typedef Superclass::ElastixPointer | ElastixPointer |
typedef Superclass::ElastixType | ElastixType |
typedef ITKBaseType::IndexType | IndexType |
typedef
ElastixType::MovingImageType | InputImageType |
typedef
ITKBaseType::InterpolatorType | InterpolatorType |
typedef ResampleImageFilter
< InputImageType,
OutputImageType, CoordRepType > | ITKBaseType |
typedef
ITKBaseType::OriginPointType | OriginPointType |
typedef
ElastixType::MovingImageType | OutputImageType |
typedef ITKBaseType::PixelType | OutputPixelType |
typedef elx::ProgressCommand | ProgressCommandType |
typedef
Superclass::RegistrationPointer | RegistrationPointer |
typedef
Superclass::RegistrationType | RegistrationType |
typedef ResamplerBase | Self |
typedef ITKBaseType::SizeType | SizeType |
typedef ITKBaseType::SpacingType | SpacingType |
typedef BaseComponentSE< TElastix > | Superclass |
typedef ITKBaseType::TransformType | TransformType |
typedef
ElastixType::ConfigurationPointer | ConfigurationPointer |
typedef
ElastixType::ConfigurationType | ConfigurationType |
typedef ElastixType::Pointer | ElastixPointer |
typedef TElastix | ElastixType |
typedef RegistrationType * | RegistrationPointer |
typedef
ElastixType::RegistrationBaseType | RegistrationType |
typedef BaseComponentSE | Self |
typedef BaseComponent | Superclass |
template<class TElastix>
class elastix::CUDAResampler< TElastix >
A resampler based on the itk::CUDAResampleImageFilter.
- Warning
- The implementation is currently very limited: only a single third order B-spline transform is supported for 3D images together with third order B-spline interpolation.
The parameters used in this class are:
- Parameters:
- Resampler: Select this resampler as follows:
(Resampler "CUDAResampler")
Definition at line 41 of file elxCUDAResampler.h.