![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageRandomSampler.h>
Samples randomly some voxels of an image.
This image sampler randomly samples 'NumberOfSamples' voxels in the InputImageRegion. Voxels may be selected multiple times. If a mask is given, the sampler tries to find samples within the mask. If the mask is very sparse, this may take some time. In this case, consider using the ImageRandomSamplerSparseMask.
Definition at line 39 of file itkImageRandomSampler.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
![]() | |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
virtual void | SetNumberOfSamples (unsigned long _arg) |
![]() | |
virtual const InputImageRegionType & | GetCroppedInputImageRegion () |
virtual const InputImageRegionType & | GetInputImageRegion (unsigned int pos) const |
virtual const InputImageRegionType & | GetInputImageRegion (void) const |
virtual const MaskType * | GetMask (unsigned int pos) const |
virtual const MaskType * | GetMask (void) const |
virtual unsigned int | GetNumberOfInputImageRegions () const |
virtual unsigned int | GetNumberOfMasks () const |
virtual unsigned long | GetNumberOfSamples () const |
itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual bool | SelectingNewSamplesOnUpdateSupported (void) const |
virtual bool | SelectNewSamplesOnUpdate (void) |
virtual void | SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos) |
virtual void | SetInputImageRegion (const InputImageRegionType _arg) |
virtual void | SetMask (const MaskType *_arg, unsigned int pos) |
virtual void | SetMask (const MaskType *_arg) |
virtual void | SetNumberOfInputImageRegions (const unsigned int _arg) |
virtual void | SetNumberOfMasks (const unsigned int _arg) |
virtual void | SetUseMultiThread (bool _arg) |
![]() | |
const InputImageType * | GetInput (void) |
const InputImageType * | GetInput (unsigned int idx) |
OutputVectorContainerType * | GetOutput (void) |
DataObject::Pointer | MakeOutput (unsigned int idx) |
void | SetInput (unsigned int idx, const InputImageType *input) |
void | SetInput (const InputImageType *input) |
virtual unsigned int | SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion) |
virtual void | ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, ThreadIdType threadId) |
![]() | |
OutputVectorContainerType * | GetOutput (void) |
OutputVectorContainerType * | GetOutput (unsigned int idx) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
![]() | |
static Pointer | New () |
Private Member Functions | |
ImageRandomSampler (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
std::vector< double > | m_RandomNumberList |
![]() | |
unsigned long | m_NumberOfSamples |
std::vector< ImageSampleContainerPointer > | m_ThreaderSampleContainer |
bool | m_UseMultiThread |
typedef SmartPointer< const Self > itk::ImageRandomSampler< TInputImage >::ConstPointer |
Definition at line 48 of file itkImageRandomSampler.h.
typedef Superclass::DataObjectPointer itk::ImageRandomSampler< TInputImage >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 54 of file itkImageRandomSampler.h.
typedef Superclass::ImageSampleContainerPointer itk::ImageRandomSampler< TInputImage >::ImageSampleContainerPointer |
Definition at line 68 of file itkImageRandomSampler.h.
typedef Superclass::ImageSampleContainerType itk::ImageRandomSampler< TInputImage >::ImageSampleContainerType |
Definition at line 67 of file itkImageRandomSampler.h.
typedef Superclass::ImageSampleType itk::ImageRandomSampler< TInputImage >::ImageSampleType |
Definition at line 65 of file itkImageRandomSampler.h.
typedef Superclass::ImageSampleValueType itk::ImageRandomSampler< TInputImage >::ImageSampleValueType |
Definition at line 66 of file itkImageRandomSampler.h.
typedef Superclass::InputImageConstPointer itk::ImageRandomSampler< TInputImage >::InputImageConstPointer |
Definition at line 62 of file itkImageRandomSampler.h.
typedef InputImageType::IndexType itk::ImageRandomSampler< TInputImage >::InputImageIndexType |
Other typedefs.
Definition at line 77 of file itkImageRandomSampler.h.
typedef Superclass::InputImagePixelType itk::ImageRandomSampler< TInputImage >::InputImagePixelType |
Definition at line 64 of file itkImageRandomSampler.h.
typedef Superclass::InputImagePointer itk::ImageRandomSampler< TInputImage >::InputImagePointer |
Definition at line 61 of file itkImageRandomSampler.h.
typedef InputImageType::PointType itk::ImageRandomSampler< TInputImage >::InputImagePointType |
Definition at line 78 of file itkImageRandomSampler.h.
typedef Superclass::InputImageRegionType itk::ImageRandomSampler< TInputImage >::InputImageRegionType |
Definition at line 63 of file itkImageRandomSampler.h.
typedef Superclass::InputImageSizeType itk::ImageRandomSampler< TInputImage >::InputImageSizeType |
Definition at line 70 of file itkImageRandomSampler.h.
typedef Superclass::InputImageType itk::ImageRandomSampler< TInputImage >::InputImageType |
Definition at line 60 of file itkImageRandomSampler.h.
typedef Superclass::MaskType itk::ImageRandomSampler< TInputImage >::MaskType |
Definition at line 69 of file itkImageRandomSampler.h.
typedef Superclass::OutputVectorContainerPointer itk::ImageRandomSampler< TInputImage >::OutputVectorContainerPointer |
Definition at line 59 of file itkImageRandomSampler.h.
typedef Superclass::OutputVectorContainerType itk::ImageRandomSampler< TInputImage >::OutputVectorContainerType |
Definition at line 58 of file itkImageRandomSampler.h.
typedef SmartPointer< Self > itk::ImageRandomSampler< TInputImage >::Pointer |
Definition at line 47 of file itkImageRandomSampler.h.
typedef ImageRandomSampler itk::ImageRandomSampler< TInputImage >::Self |
Standard ITK-stuff.
Definition at line 45 of file itkImageRandomSampler.h.
typedef ImageRandomSamplerBase< TInputImage > itk::ImageRandomSampler< TInputImage >::Superclass |
Definition at line 46 of file itkImageRandomSampler.h.
|
inlineprotected |
The constructor.
Definition at line 83 of file itkImageRandomSampler.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 85 of file itkImageRandomSampler.h.
|
private |
The private constructor.
|
protectedvirtual |
Functions that do the work.
Reimplemented from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< unsigned long, ImageSample< TInputImage > > >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageRandomSamplerBase< TInputImage >.
Reimplemented in elastix::RandomSampler< TElastix >.
itk::ImageRandomSampler< TInputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned | int, | ||
Superclass::InputImageDimension | |||
) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
protectedvirtual |
Generated on 07-03-2016 for elastix by ![]() |
![]() |