Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageRandomCoordinateSampler.h>
Samples an image by randomly composing a set of physical coordinates.
This image sampler generates not only samples that correspond with pixel locations, but selects points in physical space.
Definition at line 40 of file itkImageRandomCoordinateSampler.h.
Public Member Functions | |
virtual const char * | GetClassName () const |
virtual const InputImageSpacingType & | GetSampleRegionSize () |
virtual bool | GetUseRandomSampleRegion () const |
itkGetModifiableObjectMacro (Interpolator, InterpolatorType) | |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
virtual void | SetInterpolator (InterpolatorType *_arg) |
virtual void | SetSampleRegionSize (InputImageSpacingType _arg) |
virtual void | SetUseRandomSampleRegion (bool _arg) |
Public Member Functions inherited from itk::ImageRandomSamplerBase< TInputImage > | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension) | |
Public Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
virtual const char * | GetClassName () const |
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) |
virtual void | SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos) |
virtual void | SetMask (const MaskType *_arg) |
virtual void | SetMask (const MaskType *_arg, unsigned int pos) |
virtual void | SetNumberOfInputImageRegions (const unsigned int _arg) |
virtual void | SetNumberOfMasks (const unsigned int _arg) |
virtual void | SetNumberOfSamples (unsigned long _arg) |
virtual void | SetUseMultiThread (bool _arg) |
Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
virtual void | AfterThreadedGenerateData (void) |
virtual void | BeforeThreadedGenerateData (void) |
void | GenerateData (void) override |
virtual const char * | GetClassName () const |
const InputImageType * | GetInput (unsigned int idx) |
const InputImageType * | GetInput (void) |
OutputVectorContainerType * | GetOutput (void) |
DataObject::Pointer | MakeOutput (unsigned int idx) override |
void | SetInput (const InputImageType *input) |
void | SetInput (unsigned int idx, const InputImageType *input) |
virtual unsigned int | SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion) |
virtual void | ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, ThreadIdType threadId) |
Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
virtual const char * | GetClassName () const |
OutputVectorContainerType * | GetOutput (unsigned int idx) |
OutputVectorContainerType * | GetOutput (void) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
virtual DataObjectPointer | MakeOutput (unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageRandomSamplerBase< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
static Pointer | New () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > | |
static Pointer | New () |
Protected Types | |
typedef InterpolatorType::ContinuousIndexType | InputImageContinuousIndexType |
Protected Attributes | |
InterpolatorPointer | m_Interpolator |
RandomGeneratorPointer | m_RandomGenerator |
InputImageSpacingType | m_SampleRegionSize |
Protected Attributes inherited from itk::ImageRandomSamplerBase< TInputImage > | |
std::vector< double > | m_RandomNumberList |
Protected Attributes inherited from itk::ImageSamplerBase< TInputImage > | |
unsigned long | m_NumberOfSamples |
std::vector< ImageSampleContainerPointer > | m_ThreaderSampleContainer |
bool | m_UseMultiThread |
Private Member Functions | |
ImageRandomCoordinateSampler (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_UseRandomSampleRegion |
typedef SmartPointer< const Self > itk::ImageRandomCoordinateSampler< TInputImage >::ConstPointer |
Definition at line 49 of file itkImageRandomCoordinateSampler.h.
typedef double itk::ImageRandomCoordinateSampler< TInputImage >::CoordRepType |
This image sampler samples the image on physical coordinates and thus needs an interpolator.
Definition at line 83 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::DataObjectPointer itk::ImageRandomCoordinateSampler< TInputImage >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 58 of file itkImageRandomCoordinateSampler.h.
typedef BSplineInterpolateImageFunction< InputImageType, CoordRepType, double > itk::ImageRandomCoordinateSampler< TInputImage >::DefaultInterpolatorType |
Definition at line 88 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::ImageSampleContainerPointer itk::ImageRandomCoordinateSampler< TInputImage >::ImageSampleContainerPointer |
Definition at line 68 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::ImageSampleContainerType itk::ImageRandomCoordinateSampler< TInputImage >::ImageSampleContainerType |
Definition at line 67 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::ImageSampleType itk::ImageRandomCoordinateSampler< TInputImage >::ImageSampleType |
Definition at line 66 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::ImageSampleValueType itk::ImageRandomCoordinateSampler< TInputImage >::ImageSampleValueType |
Definition at line 75 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImageConstPointer itk::ImageRandomCoordinateSampler< TInputImage >::InputImageConstPointer |
Definition at line 63 of file itkImageRandomCoordinateSampler.h.
|
protected |
Definition at line 110 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImageIndexType itk::ImageRandomCoordinateSampler< TInputImage >::InputImageIndexType |
Definition at line 72 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImagePixelType itk::ImageRandomCoordinateSampler< TInputImage >::InputImagePixelType |
Definition at line 65 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImagePointer itk::ImageRandomCoordinateSampler< TInputImage >::InputImagePointer |
Definition at line 62 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImagePointType itk::ImageRandomCoordinateSampler< TInputImage >::InputImagePointType |
Definition at line 73 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImagePointValueType itk::ImageRandomCoordinateSampler< TInputImage >::InputImagePointValueType |
Definition at line 74 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImageRegionType itk::ImageRandomCoordinateSampler< TInputImage >::InputImageRegionType |
Definition at line 64 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImageSizeType itk::ImageRandomCoordinateSampler< TInputImage >::InputImageSizeType |
Definition at line 70 of file itkImageRandomCoordinateSampler.h.
typedef InputImageType::SpacingType itk::ImageRandomCoordinateSampler< TInputImage >::InputImageSpacingType |
Definition at line 71 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::InputImageType itk::ImageRandomCoordinateSampler< TInputImage >::InputImageType |
Definition at line 61 of file itkImageRandomCoordinateSampler.h.
typedef InterpolatorType::Pointer itk::ImageRandomCoordinateSampler< TInputImage >::InterpolatorPointer |
Definition at line 86 of file itkImageRandomCoordinateSampler.h.
typedef InterpolateImageFunction< InputImageType, CoordRepType > itk::ImageRandomCoordinateSampler< TInputImage >::InterpolatorType |
Definition at line 85 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::MaskType itk::ImageRandomCoordinateSampler< TInputImage >::MaskType |
Definition at line 69 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::OutputVectorContainerPointer itk::ImageRandomCoordinateSampler< TInputImage >::OutputVectorContainerPointer |
Definition at line 60 of file itkImageRandomCoordinateSampler.h.
typedef Superclass::OutputVectorContainerType itk::ImageRandomCoordinateSampler< TInputImage >::OutputVectorContainerType |
Definition at line 59 of file itkImageRandomCoordinateSampler.h.
typedef SmartPointer< Self > itk::ImageRandomCoordinateSampler< TInputImage >::Pointer |
Definition at line 48 of file itkImageRandomCoordinateSampler.h.
typedef RandomGeneratorType::Pointer itk::ImageRandomCoordinateSampler< TInputImage >::RandomGeneratorPointer |
Definition at line 92 of file itkImageRandomCoordinateSampler.h.
typedef itk::Statistics::MersenneTwisterRandomVariateGenerator itk::ImageRandomCoordinateSampler< TInputImage >::RandomGeneratorType |
The random number generator used to generate random coordinates.
Definition at line 91 of file itkImageRandomCoordinateSampler.h.
typedef ImageRandomCoordinateSampler itk::ImageRandomCoordinateSampler< TInputImage >::Self |
Standard ITK-stuff.
Definition at line 46 of file itkImageRandomCoordinateSampler.h.
typedef ImageRandomSamplerBase< TInputImage > itk::ImageRandomCoordinateSampler< TInputImage >::Superclass |
Definition at line 47 of file itkImageRandomCoordinateSampler.h.
|
protected |
The constructor.
|
inlineoverrideprotected |
The destructor.
Definition at line 115 of file itkImageRandomCoordinateSampler.h.
|
private |
The private constructor.
|
overrideprotectedvirtual |
Multi-threaded functionality that does the work.
Reimplemented from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >.
|
overrideprotected |
Function that does the work.
|
protectedvirtual |
Generate a point randomly in a bounding box.
|
protectedvirtual |
Generate the two corners of a sampling region, given the two corners of an image. If UseRandomSampleRegion=false, the smallesPoint and largestPoint are just copies of the smallestImagePoint and largestImagePoint Otherwise, the midpoint of the sample region is randomly selected and the two corners are computed using the SampleRegionSize
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageRandomSamplerBase< TInputImage >.
Reimplemented in elastix::RandomCoordinateSampler< TElastix >.
|
virtual |
|
virtual |
Set/Get whether to use randomly selected sample regions, or just the whole image Default: false.
itk::ImageRandomCoordinateSampler< TInputImage >::itkGetModifiableObjectMacro | ( | Interpolator | , |
InterpolatorType | |||
) |
itk::ImageRandomCoordinateSampler< TInputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned int | , | ||
Superclass::InputImageDimension | |||
) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
overrideprotected |
PrintSelf.
|
virtual |
Set/Get the interpolator. A 3rd order B-spline interpolator is used by default.
|
virtual |
Set/Get the sample region size (in mm). Only needed when UseRandomSampleRegion==true; default: filled with ones.
|
virtual |
|
overrideprotected |
|
protected |
Definition at line 136 of file itkImageRandomCoordinateSampler.h.
|
protected |
Definition at line 137 of file itkImageRandomCoordinateSampler.h.
|
protected |
Definition at line 138 of file itkImageRandomCoordinateSampler.h.
|
private |
Definition at line 158 of file itkImageRandomCoordinateSampler.h.
Generated on 1667476801 for elastix by 1.9.4 |