|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxOpenCLFixedGenericPyramid.h>
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter. The parameters used in this class are:
Pyramid: Select this pyramid as follows:
(FixedImagePyramid "OpenCLFixedGenericImagePyramid")
Pyramid: Enable the OpenCL pyramid as follows:
(OpenCLFixedGenericImagePyramidUseOpenCL "true")
Definition at line 48 of file elxOpenCLFixedGenericPyramid.h.
Inheritance diagram for elastix::OpenCLFixedGenericPyramid< TElastix >:Public Types | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | GPUInputImagePointer = typename GPUInputImageType::Pointer |
| using | GPUInputImageType = itk::GPUImage< InputImagePixelType, InputImageType::ImageDimension > |
| using | GPUOutputImageType = itk::GPUImage< OutputImagePixelType, OutputImageType::ImageDimension > |
| using | GPUPyramidPointer = typename GPUPyramidType::Pointer |
| using | GPUPyramidType = itk::GenericMultiResolutionPyramidImageFilter< GPUInputImageType, GPUOutputImageType, float > |
| using | InputImagePixelType = typename Superclass1::InputImageType::PixelType |
| using | ObjectFactoryBasePointer = typename itk::ObjectFactoryBase::Pointer |
| using | OutputImagePixelType = typename Superclass1::OutputImageType::PixelType |
| using | Pointer = itk::SmartPointer< Self > |
| using | Self = OpenCLFixedGenericPyramid |
| using | Superclass = FixedGenericPyramid< TElastix > |
| using | Superclass1 = typename FixedGenericPyramid< TElastix >::Superclass1 |
| using | Superclass2 = typename FixedGenericPyramid< TElastix >::Superclass2 |
Public Types inherited from elastix::FixedGenericPyramid< TElastix > | |
| using | ConstPointer = itk::SmartPointer< const Self > |
| using | ITKBaseType = typename Superclass2::ITKBaseType |
| using | Pointer = itk::SmartPointer< Self > |
| using | RescaleScheduleType = ScheduleType |
| using | Self = FixedGenericPyramid |
| using | SmoothingScheduleType = vnl_matrix< ScalarRealType > |
| using | Superclass1 = itk::GenericMultiResolutionPyramidImageFilter< typename FixedImagePyramidBase< TElastix >::InputImageType, typename FixedImagePyramidBase< TElastix >::OutputImageType > |
| using | Superclass2 = FixedImagePyramidBase< TElastix > |
Public Types inherited from itk::GenericMultiResolutionPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType > | |
| using | ConstPointer = SmartPointer< const Self > |
| using | Pointer = SmartPointer< Self > |
| using | RescaleFactorArrayType = SigmaArrayType |
| using | RescaleScheduleType = ScheduleType |
| using | ScalarRealType = typename NumericTraits< PixelType >::ScalarRealType |
| using | Self = GenericMultiResolutionPyramidImageFilter |
| using | SigmaArrayType = FixedArray< ScalarRealType, Self::ImageDimension > |
| using | SmoothingScheduleType = vnl_matrix< ScalarRealType > |
| using | SpacingType = typename Superclass::InputImageType::SpacingType |
| using | Superclass = MultiResolutionPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType > |
| using | SuperSuperclass = typename Superclass::Superclass |
Public Types inherited from elastix::FixedImagePyramidBase< TElastix > | |
| using | ElastixType = TElastix |
| using | InputImageType = typename ElastixType::FixedImageType |
| using | ITKBaseType = itk::MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > |
| using | OutputImageType = typename ElastixType::FixedImageType |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | ScheduleType = typename ITKBaseType::ScheduleType |
| using | Self = FixedImagePyramidBase |
| using | Superclass = BaseComponentSE< TElastix > |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
| using | ElastixType = TElastix |
| using | RegistrationType = typename ElastixType::RegistrationBaseType |
| using | Self = BaseComponentSE |
| using | Superclass = BaseComponent |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from elastix::FixedGenericPyramid< TElastix > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::GenericMultiResolutionPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType > | |
| static Pointer | New () |
Static Public Member Functions inherited from elastix::BaseComponent | |
| template<typename TBaseComponent > | |
| static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
| static void | InitializeElastixExecutable () |
| static bool | IsElastixLibrary () |
Private Member Functions | |
| void | RegisterFactories () |
| void | ReportToLog () |
| void | SwitchingToCPUAndReport (const bool configError) |
| void | UnregisterFactories () |
Private Attributes | |
| elxOverrideGetSelfMacro | |
| bool | m_ContextCreated |
| std::vector< ObjectFactoryBasePointer > | m_Factories |
| GPUPyramidPointer | m_GPUPyramid |
| bool | m_GPUPyramidCreated |
| bool | m_GPUPyramidReady |
| bool | m_UseOpenCL |
Additional Inherited Members | |
Protected Attributes inherited from itk::GenericMultiResolutionPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType > | |
| bool | m_ComputeOnlyForCurrentLevel |
| unsigned int | m_CurrentLevel |
| SmoothingScheduleType | m_SmoothingSchedule |
| bool | m_SmoothingScheduleDefined |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| Configuration::ConstPointer | m_Configuration {} |
| itk::WeakPointer< TElastix > | m_Elastix {} |
| RegistrationType * | m_Registration {} |
| using elastix::OpenCLFixedGenericPyramid< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 59 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::GPUInputImagePointer = typename GPUInputImageType::Pointer |
Definition at line 87 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::GPUInputImageType = itk::GPUImage<InputImagePixelType, InputImageType::ImageDimension> |
GPU Typedefs for GPU image and GPU filter.
Definition at line 86 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::GPUOutputImageType = itk::GPUImage<OutputImagePixelType, OutputImageType::ImageDimension> |
Definition at line 88 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::GPUPyramidPointer = typename GPUPyramidType::Pointer |
Definition at line 91 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::GPUPyramidType = itk::GenericMultiResolutionPyramidImageFilter<GPUInputImageType, GPUOutputImageType, float> |
Definition at line 90 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::InputImagePixelType = typename Superclass1::InputImageType::PixelType |
Definition at line 79 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::ObjectFactoryBasePointer = typename itk::ObjectFactoryBase::Pointer |
Typedefs for factory.
Definition at line 83 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::OutputImagePixelType = typename Superclass1::OutputImageType::PixelType |
Definition at line 80 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 58 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::Self = OpenCLFixedGenericPyramid |
Standard ITK-stuff.
Definition at line 54 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::Superclass = FixedGenericPyramid<TElastix> |
Definition at line 55 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::Superclass1 = typename FixedGenericPyramid<TElastix>::Superclass1 |
Definition at line 56 of file elxOpenCLFixedGenericPyramid.h.
| using elastix::OpenCLFixedGenericPyramid< TElastix >::Superclass2 = typename FixedGenericPyramid<TElastix>::Superclass2 |
Definition at line 57 of file elxOpenCLFixedGenericPyramid.h.
|
protected |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
protected |
This method performs all configuration for GPU pyramid.
|
overridevirtual |
Do some things before registration.
Reimplemented from elastix::BaseComponent.
| elastix::OpenCLFixedGenericPyramid< TElastix >::elxClassNameMacro | ( | "OpenCLFixedGenericImagePyramid" | ) |
Name of this class. Use this name in the parameter file to select this specific pyramid.
example: (FixedImagePyramid "OpenCLFixedGenericImagePyramid")
|
overrideprotected |
Executes GPU pyramid.
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::FixedGenericPyramid< TElastix >.
| elastix::OpenCLFixedGenericPyramid< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | OpenCLFixedGenericPyramid< TElastix > | ) |
| elastix::OpenCLFixedGenericPyramid< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
| unsigned int | , | ||
| Superclass1::ImageDimension | |||
| ) |
Get the ImageDimension.
|
static |
Method for creation through the object factory.
|
virtual |
Function to read parameters from a file.
|
private |
Register/Unregister factories.
|
private |
Helper method to report to elastix log.
|
private |
Helper method to report switching to CPU mode.
|
private |
|
private |
Definition at line 116 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 136 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 138 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 133 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 135 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 134 of file elxOpenCLFixedGenericPyramid.h.
|
private |
Definition at line 137 of file elxOpenCLFixedGenericPyramid.h.
Generated on 1739326392 for elastix by 1.9.8 |