18#ifndef __elxRandomCoordinateSampler_h
19#define __elxRandomCoordinateSampler_h
77template<
class TElastix >
81 typename elx::ImageSamplerBase< TElastix >::InputImageType >,
93 typedef itk::SmartPointer< Self >
Pointer;
170#ifndef ITK_MANUAL_INSTANTIATION
171#include "elxRandomCoordinateSampler.hxx"
An interpolator based on the itk::ImageRandomCoordinateSampler.
RandomCoordinateSampler(const Self &)
Superclass1::InputImageSizeType InputImageSizeType
Superclass1::ImageSampleType ImageSampleType
itk::SmartPointer< const Self > ConstPointer
Superclass1::InputImagePointValueType InputImagePointValueType
Superclass2::ConfigurationType ConfigurationType
Superclass1::InputImageConstPointer InputImageConstPointer
Superclass2::RegistrationType RegistrationType
Superclass1::MaskType MaskType
Superclass1::InputImageIndexType InputImageIndexType
Superclass1::CoordRepType CoordRepType
itk::ImageRandomCoordinateSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
Superclass2::RegistrationPointer RegistrationPointer
Superclass2::ITKBaseType ITKBaseType
Superclass1::InputImagePointer InputImagePointer
Superclass1::InputImageType InputImageType
~RandomCoordinateSampler() override
Superclass1::DataObjectPointer DataObjectPointer
void BeforeEachResolution(void) override
Superclass2::ElastixType ElastixType
Superclass1::ImageSampleValueType ImageSampleValueType
Superclass2::ConfigurationPointer ConfigurationPointer
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass1::InputImageDimension)
Superclass1::InterpolatorType InterpolatorType
elxClassNameMacro("RandomCoordinate")
Superclass1::InputImageRegionType InputImageRegionType
Superclass1::OutputVectorContainerType OutputVectorContainerType
Superclass1::InputImageSpacingType InputImageSpacingType
Superclass1::InputImagePointType InputImagePointType
itk::SmartPointer< Self > Pointer
Superclass1::ImageSampleContainerType ImageSampleContainerType
Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
Superclass2::ElastixPointer ElastixPointer
Superclass1::DefaultInterpolatorType DefaultInterpolatorType
RandomCoordinateSampler Self
void operator=(const Self &)
RandomCoordinateSampler()
elx::ImageSamplerBase< TElastix > Superclass2
Superclass1::InputImagePixelType InputImagePixelType
Samples an image by randomly composing a set of physical coordinates.
Superclass::InputImagePointType InputImagePointType
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImagePointer InputImagePointer
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::InputImageSizeType InputImageSizeType
InterpolateImageFunction< InputImageType, CoordRepType > InterpolatorType
Superclass::InputImageType InputImageType
BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > DefaultInterpolatorType
Superclass::InputImagePointValueType InputImagePointValueType
Superclass::ImageSampleValueType ImageSampleValueType
Superclass::MaskType MaskType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageIndexType InputImageIndexType
InputImageType::SpacingType InputImageSpacingType
Superclass::InputImagePixelType InputImagePixelType
A class that defines an image sample, which is the coordinates of a point and its value.
This class is a base class for any image sampler.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.