18#ifndef __ImageRandomSampler_h
19#define __ImageRandomSampler_h
38template<
class TInputImage >
74 Superclass::InputImageDimension );
92 ThreadIdType threadId )
override;
105#ifndef ITK_MANUAL_INSTANTIATION
106#include "itkImageRandomSampler.hxx"
This class is a base class for any image sampler that randomly picks samples.
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageType InputImageType
Superclass::InputImagePointer InputImagePointer
Superclass::MaskType MaskType
Superclass::DataObjectPointer DataObjectPointer
Superclass::InputImageRegionType InputImageRegionType
Superclass::InputImageConstPointer InputImageConstPointer
Samples randomly some voxels of an image.
void GenerateData(void) override
Superclass::ImageSampleType ImageSampleType
Superclass::OutputVectorContainerType OutputVectorContainerType
Superclass::InputImagePixelType InputImagePixelType
Superclass::InputImageType InputImageType
InputImageType::IndexType InputImageIndexType
Superclass::InputImageConstPointer InputImageConstPointer
Superclass::ImageSampleContainerType ImageSampleContainerType
ImageRandomSampler(const Self &)
itkStaticConstMacro(InputImageDimension, unsigned int, Superclass::InputImageDimension)
Superclass::ImageSampleValueType ImageSampleValueType
SmartPointer< Self > Pointer
Superclass::MaskType MaskType
ImageRandomSamplerBase< TInputImage > Superclass
Superclass::InputImageRegionType InputImageRegionType
void operator=(const Self &)
Superclass::DataObjectPointer DataObjectPointer
InputImageType::PointType InputImagePointType
Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
SmartPointer< const Self > ConstPointer
~ImageRandomSampler() override
Superclass::InputImageSizeType InputImageSizeType
void ThreadedGenerateData(const InputImageRegionType &inputRegionForThread, ThreadIdType threadId) override
Superclass::InputImagePointer InputImagePointer
Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
A class that defines an image sample, which is the coordinates of a point and its value.
InputImageType::SizeType InputImageSizeType
ImageSampleType::RealType ImageSampleValueType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.