#include <elxOpenCLMovingGenericPyramid.h>
A pyramid based on the itk::GenericMultiResolutionPyramidImageFilter. The parameters used in this class are:
Pyramid: Select this pyramid as follows:
(MovingImagePyramid "OpenCLMovingGenericImagePyramid")
Pyramid: Enable the OpenCL pyramid as follows:
(OpenCLMovingGenericImagePyramidUseOpenCL "true")
Definition at line 48 of file elxOpenCLMovingGenericPyramid.h.
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 = OpenCLMovingGenericPyramid |
using | Superclass = MovingGenericPyramid<TElastix> |
using | Superclass1 = typename MovingGenericPyramid<TElastix>::Superclass1 |
using | Superclass2 = typename MovingGenericPyramid<TElastix>::Superclass2 |
Public Types inherited from elastix::MovingGenericPyramid< TElastix > | |
using | ConstPointer = itk::SmartPointer<const Self> |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer<Self> |
using | RescaleScheduleType |
using | Self = MovingGenericPyramid |
using | SmoothingScheduleType |
using | Superclass1 |
using | Superclass2 = MovingImagePyramidBase<TElastix> |
Public Types inherited from itk::GenericMultiResolutionPyramidImageFilter< TInputImage, TOutputImage, TPrecisionType > | |
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<TInputImage, TOutputImage> |
using | SuperSuperclass = typename Superclass::Superclass |
Public Types inherited from elastix::MovingImagePyramidBase< TElastix > | |
using | ElastixType |
using | InputImageType = typename ElastixType::MovingImageType |
using | ITKBaseType = itk::MultiResolutionPyramidImageFilter<InputImageType, OutputImageType> |
using | OutputImageType = typename ElastixType::MovingImageType |
using | RegistrationType |
using | ScheduleType = typename ITKBaseType::ScheduleType |
using | Self = MovingImagePyramidBase |
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::MovingGenericPyramid< TElastix > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::GenericMultiResolutionPyramidImageFilter< TInputImage, TOutputImage, TPrecisionType > | |
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< TInputImage, TOutputImage, TPrecisionType > | |
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::OpenCLMovingGenericPyramid< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 59 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::GPUInputImagePointer = typename GPUInputImageType::Pointer |
Definition at line 87 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::GPUInputImageType = itk::GPUImage<InputImagePixelType, InputImageType::ImageDimension> |
GPU Typedefs for GPU image and GPU filter.
Definition at line 86 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::GPUOutputImageType = itk::GPUImage<OutputImagePixelType, OutputImageType::ImageDimension> |
Definition at line 88 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::GPUPyramidPointer = typename GPUPyramidType::Pointer |
Definition at line 91 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::GPUPyramidType = itk::GenericMultiResolutionPyramidImageFilter<GPUInputImageType, GPUOutputImageType, float> |
Definition at line 90 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::InputImagePixelType = typename Superclass1::InputImageType::PixelType |
Definition at line 79 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::ObjectFactoryBasePointer = typename itk::ObjectFactoryBase::Pointer |
Typedefs for factory.
Definition at line 83 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::OutputImagePixelType = typename Superclass1::OutputImageType::PixelType |
Definition at line 80 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 58 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::Self = OpenCLMovingGenericPyramid |
Standard ITK-stuff.
Definition at line 54 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::Superclass = MovingGenericPyramid<TElastix> |
Definition at line 55 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::Superclass1 = typename MovingGenericPyramid<TElastix>::Superclass1 |
Definition at line 56 of file elxOpenCLMovingGenericPyramid.h.
using elastix::OpenCLMovingGenericPyramid< TElastix >::Superclass2 = typename MovingGenericPyramid<TElastix>::Superclass2 |
Definition at line 57 of file elxOpenCLMovingGenericPyramid.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::OpenCLMovingGenericPyramid< TElastix >::elxClassNameMacro | ( | "OpenCLMovingGenericImagePyramid" | ) |
Name of this class. Use this name in the parameter file to select this specific pyramid.
example: (MovingImagePyramid "OpenCLMovingGenericImagePyramid")
|
overrideprotected |
Executes GPU pyramid.
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::MovingGenericPyramid< TElastix >.
elastix::OpenCLMovingGenericPyramid< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | OpenCLMovingGenericPyramid< TElastix > | ) |
elastix::OpenCLMovingGenericPyramid< 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 elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 136 of file elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 138 of file elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 133 of file elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 135 of file elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 134 of file elxOpenCLMovingGenericPyramid.h.
|
private |
Definition at line 137 of file elxOpenCLMovingGenericPyramid.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |