ITK
6.0.0
Insight Toolkit
|
#include <itkGaussianRandomSpatialNeighborSubsampler.h>
A subsampler that randomly selects points according to a gaussian distribution within the specified radius of the query point.
This class derives from UniformRandomNeighborSubsampler and overrides the GetIntegerVariate method to randomly select points according to a gaussian distribution within the Radius given by SetRadius(radius) as long as that point is also within the RegionConstraint. Use SetVariance(variance) to provide the variance of the gaussian distribution.
Definition at line 48 of file itkGaussianRandomSpatialNeighborSubsampler.h.
Public Member Functions | |
const char * | GetNameOfClass () const override |
virtual RealType | GetVariance () const |
virtual void | SetVariance (RealType _arg) |
Public Member Functions inherited from itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion > | |
const char * | GetNameOfClass () const override |
virtual SearchSizeType | GetNumberOfResultsRequested () const |
virtual bool | GetUseClockForSeed () const |
void | Search (const InstanceIdentifier &query, SubsamplePointer &results) override |
virtual void | SetNumberOfResultsRequested (const SearchSizeType &numberRequested) |
void | SetSeed (const SeedType seed) override |
virtual void | SetUseClockForSeed (const bool &useClock) |
virtual void | UseClockForSeedOn () |
Public Member Functions inherited from itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion > | |
const char * | GetNameOfClass () const override |
virtual const RadiusType & | GetRadius () const |
virtual const bool & | GetRadiusInitialized () const |
void | Search (const InstanceIdentifier &query, SubsamplePointer &results) override |
void | SetRadius (const RadiusType &radius) |
void | SetRadius (unsigned int radius) |
Public Member Functions inherited from itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion > | |
const char * | GetNameOfClass () const override |
virtual const RegionType & | GetRegionConstraint () const |
virtual const bool & | GetRegionConstraintInitialized () const |
virtual const RegionType & | GetSampleRegion () const |
virtual const bool & | GetSampleRegionInitialized () const |
void | Search (const InstanceIdentifier &query, SubsamplePointer &results) override=0 |
void | SetRegionConstraint (const RegionType ®ion) |
void | SetSampleRegion (const RegionType ®ion) |
Public Member Functions inherited from itk::Statistics::SubsamplerBase< TSample > | |
const char * | GetNameOfClass () const override |
itkCloneMacro (Self) | |
virtual void | Search (const InstanceIdentifier &query, SubsamplePointer &results)=0 |
virtual void | SetSample (const SampleType *_arg) |
virtual const SampleType * | GetSample () const |
virtual void | SetCanSelectQuery (bool _arg) |
virtual const bool & | GetCanSelectQuery () const |
virtual void | CanSelectQueryOn () |
virtual const SeedType & | GetSeed () const |
virtual void | RequestMaximumNumberOfResults () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
LightObject::Pointer | CreateAnother () const override |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
const char * | GetNameOfClass () const override |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr int | DefaultVariance = 900 |
Static Public Attributes inherited from itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion > | |
static constexpr unsigned int | ImageDimension = RegionType::ImageDimension |
Protected Member Functions | |
GaussianRandomSpatialNeighborSubsampler () | |
RandomIntType | GetIntegerVariate (RandomIntType lowerBound, RandomIntType upperBound, RandomIntType mean) override |
LightObject::Pointer | InternalClone () const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~GaussianRandomSpatialNeighborSubsampler () override=default | |
Protected Member Functions inherited from itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion > | |
virtual RandomIntType | GetIntegerVariate (RandomIntType lowerBound, RandomIntType upperBound, RandomIntType) |
LightObject::Pointer | InternalClone () const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
UniformRandomSpatialNeighborSubsampler () | |
~UniformRandomSpatialNeighborSubsampler () override=default | |
Protected Member Functions inherited from itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion > | |
LightObject::Pointer | InternalClone () const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
SpatialNeighborSubsampler () | |
~SpatialNeighborSubsampler () override=default | |
Protected Member Functions inherited from itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion > | |
LightObject::Pointer | InternalClone () const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
RegionConstrainedSubsampler () | |
~RegionConstrainedSubsampler () override=default | |
Protected Member Functions inherited from itk::Statistics::SubsamplerBase< TSample > | |
LightObject::Pointer | InternalClone () const override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
SubsamplerBase () | |
~SubsamplerBase () override=default | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
void | PrintSelf (std::ostream &os, Indent indent) const override |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
RealType | m_Variance {} |
Protected Attributes inherited from itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion > | |
SearchSizeType | m_NumberOfResultsRequested {} |
RandomGeneratorType::Pointer | m_RandomNumberGenerator {} |
bool | m_UseClockForSeed {} |
Protected Attributes inherited from itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion > | |
RadiusType | m_Radius {} |
bool | m_RadiusInitialized {} |
Protected Attributes inherited from itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion > | |
RegionType | m_RegionConstraint {} |
bool | m_RegionConstraintInitialized {} |
RegionType | m_SampleRegion {} |
bool | m_SampleRegionInitialized {} |
Protected Attributes inherited from itk::Statistics::SubsamplerBase< TSample > | |
bool | m_CanSelectQuery {} |
bool | m_RequestMaximumNumberOfResults {} |
SampleConstPointer | m_Sample {} |
SeedType | m_Seed {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::Baseclass = typename Superclass::Baseclass |
Definition at line 57 of file itkGaussianRandomSpatialNeighborSubsampler.h.
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkGaussianRandomSpatialNeighborSubsampler.h.
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkGaussianRandomSpatialNeighborSubsampler.h.
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::RealType = double |
Definition at line 87 of file itkGaussianRandomSpatialNeighborSubsampler.h.
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::Self = GaussianRandomSpatialNeighborSubsampler<TSample, TRegion> |
Standard class type aliases
Definition at line 55 of file itkGaussianRandomSpatialNeighborSubsampler.h.
using itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >::Superclass = UniformRandomSpatialNeighborSubsampler<TSample, TRegion> |
Definition at line 56 of file itkGaussianRandomSpatialNeighborSubsampler.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
method to randomly generate an integer in the closed range [0, upperBound] using a gaussian selection method.
Reimplemented from itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
|
overridevirtual |
Reimplemented from itk::Object.
|
virtual |
Get the variance
|
overrideprotectedvirtual |
Clone the current subsampler. This does a complete copy of the subsampler state to the new subsampler
Reimplemented from itk::LightObject.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::Object.
|
virtual |
Set the variance
|
staticconstexpr |
Default sampling variance
Definition at line 91 of file itkGaussianRandomSpatialNeighborSubsampler.h.
|
protected |
Definition at line 120 of file itkGaussianRandomSpatialNeighborSubsampler.h.