![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxRandomSampler.h>
An interpolator based on the itk::ImageRandomSampler.
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 RandomSparseMask image sampler.
This sampler is suitable to used in combination with the NewSamplesEveryIteration parameter (defined in the elx::OptimizerBase).
The parameters used in this class are:
(ImageSampler "Random")
(NumberOfSpatialSamples 2048 2048 4000)
Definition at line 51 of file elxRandomSampler.h.
typedef Superclass2::ConfigurationPointer elastix::RandomSampler< TElastix >::ConfigurationPointer |
Definition at line 102 of file elxRandomSampler.h.
typedef Superclass2::ConfigurationType elastix::RandomSampler< TElastix >::ConfigurationType |
Definition at line 101 of file elxRandomSampler.h.
typedef SmartPointer<const Self> elastix::RandomSampler< TElastix >::ConstPointer |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 66 of file elxRandomSampler.h.
typedef Superclass1::DataObjectPointer elastix::RandomSampler< TElastix >::DataObjectPointer |
Typedefs inherited from the superclass.
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 81 of file elxRandomSampler.h.
typedef Superclass2::ElastixPointer elastix::RandomSampler< TElastix >::ElastixPointer |
Definition at line 100 of file elxRandomSampler.h.
typedef Superclass2::ElastixType elastix::RandomSampler< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 99 of file elxRandomSampler.h.
typedef Superclass1::ImageSampleContainerType elastix::RandomSampler< TElastix >::ImageSampleContainerType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 90 of file elxRandomSampler.h.
typedef Superclass1::ImageSampleType elastix::RandomSampler< TElastix >::ImageSampleType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 89 of file elxRandomSampler.h.
typedef Superclass1::InputImageConstPointer elastix::RandomSampler< TElastix >::InputImageConstPointer |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 86 of file elxRandomSampler.h.
typedef Superclass1::InputImageIndexType elastix::RandomSampler< TElastix >::InputImageIndexType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 92 of file elxRandomSampler.h.
typedef Superclass1::InputImagePixelType elastix::RandomSampler< TElastix >::InputImagePixelType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 88 of file elxRandomSampler.h.
typedef Superclass1::InputImagePointer elastix::RandomSampler< TElastix >::InputImagePointer |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 85 of file elxRandomSampler.h.
typedef Superclass1::InputImagePointType elastix::RandomSampler< TElastix >::InputImagePointType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 93 of file elxRandomSampler.h.
typedef Superclass1::InputImageRegionType elastix::RandomSampler< TElastix >::InputImageRegionType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 87 of file elxRandomSampler.h.
typedef Superclass1::InputImageType elastix::RandomSampler< TElastix >::InputImageType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 84 of file elxRandomSampler.h.
typedef Superclass2::ITKBaseType elastix::RandomSampler< TElastix >::ITKBaseType |
Definition at line 105 of file elxRandomSampler.h.
typedef Superclass1::MaskType elastix::RandomSampler< TElastix >::MaskType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 91 of file elxRandomSampler.h.
typedef Superclass1::OutputVectorContainerPointer elastix::RandomSampler< TElastix >::OutputVectorContainerPointer |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 83 of file elxRandomSampler.h.
typedef Superclass1::OutputVectorContainerType elastix::RandomSampler< TElastix >::OutputVectorContainerType |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 82 of file elxRandomSampler.h.
typedef SmartPointer<Self> elastix::RandomSampler< TElastix >::Pointer |
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 65 of file elxRandomSampler.h.
typedef Superclass2::RegistrationPointer elastix::RandomSampler< TElastix >::RegistrationPointer |
Definition at line 104 of file elxRandomSampler.h.
typedef Superclass2::RegistrationType elastix::RandomSampler< TElastix >::RegistrationType |
Definition at line 103 of file elxRandomSampler.h.
typedef RandomSampler elastix::RandomSampler< TElastix >::Self |
Standard ITK-stuff.
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
Definition at line 61 of file elxRandomSampler.h.
typedef ImageRandomSampler< typename elx::ImageSamplerBase<TElastix>::InputImageType > elastix::RandomSampler< TElastix >::Superclass1 |
Definition at line 63 of file elxRandomSampler.h.
typedef elx::ImageSamplerBase<TElastix> elastix::RandomSampler< TElastix >::Superclass2 |
Definition at line 64 of file elxRandomSampler.h.
elastix::RandomSampler< TElastix >::RandomSampler | ( | ) | [inline, protected] |
The constructor.
Definition at line 115 of file elxRandomSampler.h.
virtual elastix::RandomSampler< TElastix >::~RandomSampler | ( | ) | [inline, protected, virtual] |
The destructor.
Definition at line 117 of file elxRandomSampler.h.
elastix::RandomSampler< TElastix >::RandomSampler | ( | const Self & | ) | [private] |
The private constructor.
virtual void elastix::RandomSampler< TElastix >::BeforeEachResolution | ( | void | ) | [virtual] |
Execute stuff before each resolution:
elastix::RandomSampler< TElastix >::elxClassNameMacro | ( | "Random" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (ImageSampler "Random")
virtual const char* elastix::RandomSampler< TElastix >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
elastix::RandomSampler< TElastix >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned | int, | ||
Superclass1::InputImageDimension | |||
) |
The input image dimension.
static Pointer elastix::RandomSampler< TElastix >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
void elastix::RandomSampler< TElastix >::operator= | ( | const Self & | ) | [private] |
The private copy constructor.
Generated on 24-05-2012 for elastix by ![]() |
![]() |