#include <itkImageRandomSamplerSparseMask.h>
Samples randomly some voxels of an image.
This version takes into account that the mask may be very small. Also, it may be more efficient when very many different sample sets of the same input image are required, because it does some precomputation.
Definition at line 38 of file itkImageRandomSamplerSparseMask.h.

Classes | |
| struct | UserData |
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::VectorContainerSource< VectorDataContainer< ImageSample< TInputImage > > > | |
| static Pointer | New () |
Protected Types | |
| using | InternalFullSamplerPointer = typename InternalFullSamplerType::Pointer |
| using | InternalFullSamplerType = itk::ImageFullSampler<InputImageType> |
Protected Member Functions | |
| void | GenerateData () override |
| ImageRandomSamplerSparseMask ()=default | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~ImageRandomSamplerSparseMask () override=default | |
| Protected Member Functions inherited from itk::ImageRandomSamplerBase< TInputImage > | |
| void | GenerateRandomNumberList () |
| Statistics::MersenneTwisterRandomVariateGenerator & | GetRandomVariateGenerator () |
| ImageRandomSamplerBase () | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~ImageRandomSamplerBase () override=default | |
| Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
| virtual bool | CheckInputImageRegions () |
| void | CropInputImageRegion () |
| void | GenerateInputRequestedRegion () override |
| ImageSamplerBase () | |
| virtual bool | IsInsideAllMasks (const InputImagePointType &point) const |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| virtual void | UpdateAllMasks () |
| ~ImageSamplerBase () override=default | |
| Protected Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< ImageSample< TInputImage > > > | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| VectorContainerSource () | |
| ~VectorContainerSource () override=default | |
Protected Attributes | |
| InternalFullSamplerPointer | m_InternalFullSampler { InternalFullSamplerType::New() } |
| Protected Attributes inherited from itk::ImageRandomSamplerBase< TInputImage > | |
| std::vector< double > | m_RandomNumberList {} |
| Protected Attributes inherited from itk::ImageSamplerBase< TInputImage > | |
| unsigned long | m_NumberOfSamples { 0 } |
| bool | m_UseMultiThread { true } |
Static Private Member Functions | |
| static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Private Attributes | |
| std::vector< vcl_size_t > | m_RandomIndices {} |
Additional Inherited Members | |
| Static Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage > | |
| static std::vector< InputImageRegionType > | SplitRegion (const InputImageRegionType &inputRegion, const vcl_size_t requestedNumberOfSubregions) |
| using itk::ImageRandomSamplerSparseMask< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 47 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageSamplerBase< TInputImage >::ImageSampleContainerPointer |
Definition at line 67 of file itkImageSamplerBase.h.
| using itk::ImageSamplerBase< TInputImage >::ImageSampleContainerType |
Definition at line 66 of file itkImageSamplerBase.h.
| using itk::ImageSamplerBase< TInputImage >::ImageSampleType |
Other typdefs.
Definition at line 65 of file itkImageSamplerBase.h.
| using itk::ImageSamplerBase< TInputImage >::InputImageConstPointer |
Definition at line 62 of file itkImageSamplerBase.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::InputImageIndexType = typename InputImageType::IndexType |
Other typdefs.
Definition at line 73 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageSamplerBase< TInputImage >::InputImagePixelType |
Definition at line 64 of file itkImageSamplerBase.h.
| using itk::ImageSamplerBase< TInputImage >::InputImagePointer |
Definition at line 61 of file itkImageSamplerBase.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::InputImagePointType = typename InputImageType::PointType |
Definition at line 74 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageSamplerBase< TInputImage >::InputImageRegionType |
Definition at line 63 of file itkImageSamplerBase.h.
| using itk::ImageSamplerBase< TInputImage >::InputImageType |
Some Image related typedefs.
Definition at line 60 of file itkImageSamplerBase.h.
|
protected |
Definition at line 82 of file itkImageRandomSamplerSparseMask.h.
|
protected |
Definition at line 81 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageSamplerBase< TInputImage >::MaskType |
Definition at line 68 of file itkImageSamplerBase.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 46 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::RandomGeneratorPointer = typename RandomGeneratorType::Pointer |
Definition at line 78 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::RandomGeneratorType = itk::Statistics::MersenneTwisterRandomVariateGenerator |
The random number generator used to generate random indices.
Definition at line 77 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::Self = ImageRandomSamplerSparseMask |
Standard ITK-stuff.
Definition at line 44 of file itkImageRandomSamplerSparseMask.h.
| using itk::ImageRandomSamplerSparseMask< TInputImage >::Superclass = ImageRandomSamplerBase<TInputImage> |
Definition at line 45 of file itkImageRandomSamplerSparseMask.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overrideprotected |
Function that does the work.
| itk::ImageRandomSamplerSparseMask< TInputImage >::ITK_DISALLOW_COPY_AND_MOVE | ( | ImageRandomSamplerSparseMask< TInputImage > | ) |
| itk::ImageRandomSamplerSparseMask< TInputImage >::itkOverrideGetNameOfClassMacro | ( | ImageRandomSamplerSparseMask< TInputImage > | ) |
Run-time type information (and related methods).
| itk::ImageRandomSamplerSparseMask< TInputImage >::itkStaticConstMacro | ( | InputImageDimension | , |
| unsigned int | , | ||
| Superclass::InputImageDimension | ) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
overrideprotected |
PrintSelf.
|
staticprivate |
|
protected |
Definition at line 97 of file itkImageRandomSamplerSparseMask.h.
|
private |
Definition at line 107 of file itkImageRandomSamplerSparseMask.h.
Generated on 26-02-2026
for elastix by 1.16.1 (669aeeefca743c148e2d935b3d3c69535c7491e6) |