ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegionConstrainedSubsampler.h>
Public Types | |
typedef Superclass::Baseclass | Baseclass |
typedef SmartPointer< const Self > | ConstPointer |
typedef RegionType::IndexType | IndexType |
typedef IndexType::IndexValueType | IndexValueType |
typedef TSample::InstanceIdentifier | InstanceIdentifier |
typedef SubsampleType::InstanceIdentifierHolder | InstanceIdentifierHolder |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef SmartPointer< Self > | Pointer |
typedef TRegion | RegionType |
typedef SampleType::ConstPointer | SampleConstPointer |
typedef TSample | SampleType |
typedef RegionConstrainedSubsampler < TSample, TRegion > | Self |
typedef RegionType::SizeType | SizeType |
typedef SubsampleType::ConstIterator | SubsampleConstIterator |
typedef SubsampleType::Pointer | SubsamplePointer |
typedef Subsample< TSample > | SubsampleType |
typedef SubsamplerBase< TSample > | Superclass |
Public Types inherited from itk::Statistics::SubsamplerBase< TSample > | |
typedef unsigned int | SeedType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual const RegionType & | GetRegionConstraint () |
virtual const bool & | GetRegionConstraintInitialized () |
virtual const RegionType & | GetSampleRegion () |
virtual const bool & | GetSampleRegionInitialized () |
virtual void | Search (const InstanceIdentifier &query, SubsamplePointer &results)=0 |
void | SetRegionConstraint (const RegionType ®ion) |
void | SetSampleRegion (const RegionType ®ion) |
Public Member Functions inherited from itk::Statistics::SubsamplerBase< TSample > | |
itkCloneMacro (Self) | |
virtual void | SetSample (const SampleType *_arg) |
virtual const SampleType * | GetSample () |
virtual void | SetCanSelectQuery (bool _arg) |
virtual const bool & | GetCanSelectQuery () |
virtual void | CanSelectQueryOn () |
virtual void | CanSelectQueryOff () |
virtual void | SetSeed (SeedType _arg) |
virtual const SeedType & | GetSeed () |
virtual void | RequestMaximumNumberOfResults () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Protected Member Functions | |
virtual LightObject::Pointer | InternalClone () const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
RegionConstrainedSubsampler () | |
virtual | ~RegionConstrainedSubsampler () |
Protected Member Functions inherited from itk::Statistics::SubsamplerBase< TSample > | |
SubsamplerBase () | |
virtual | ~SubsamplerBase () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
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 |
Private Member Functions | |
void | operator= (const Self &) |
RegionConstrainedSubsampler (const Self &) |
This an abstract subsampler that constrains subsamples to be contained within a given image region.
This is an Abstract class that can not be instantiated. There are multiple subsamplers that derive from this class and provide specific implementations of subsampling strategies.
This class is templatized over both the Sample and the Region with an assumed consistency between the Region and the way the Sample is generated.
Use SetRegionConstraint(region) to provide the region constraint. All returned subsamples will be contained within this region. This assumes that the instance identifiers in the sample correspond to an offset computed with the provided region.
Definition at line 51 of file itkRegionConstrainedSubsampler.h.
typedef Superclass::Baseclass itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::Baseclass |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 57 of file itkRegionConstrainedSubsampler.h.
typedef SmartPointer<const Self> itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::ConstPointer |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 59 of file itkRegionConstrainedSubsampler.h.
typedef RegionType::IndexType itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::IndexType |
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 77 of file itkRegionConstrainedSubsampler.h.
typedef IndexType::IndexValueType itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::IndexValueType |
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 78 of file itkRegionConstrainedSubsampler.h.
typedef TSample::InstanceIdentifier itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::InstanceIdentifier |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 68 of file itkRegionConstrainedSubsampler.h.
typedef SubsampleType::InstanceIdentifierHolder itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::InstanceIdentifierHolder |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 73 of file itkRegionConstrainedSubsampler.h.
typedef TSample::MeasurementVectorType itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::MeasurementVectorType |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 67 of file itkRegionConstrainedSubsampler.h.
typedef SmartPointer<Self> itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::Pointer |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 58 of file itkRegionConstrainedSubsampler.h.
typedef TRegion itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::RegionType |
typedefs related to image region
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 76 of file itkRegionConstrainedSubsampler.h.
typedef SampleType::ConstPointer itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SampleConstPointer |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 66 of file itkRegionConstrainedSubsampler.h.
typedef TSample itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SampleType |
typedef alias for the source data container
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 62 of file itkRegionConstrainedSubsampler.h.
typedef RegionConstrainedSubsampler<TSample, TRegion> itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::Self |
Standard class typedefs
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 55 of file itkRegionConstrainedSubsampler.h.
typedef RegionType::SizeType itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SizeType |
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 79 of file itkRegionConstrainedSubsampler.h.
typedef SubsampleType::ConstIterator itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SubsampleConstIterator |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 72 of file itkRegionConstrainedSubsampler.h.
typedef SubsampleType::Pointer itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SubsamplePointer |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 71 of file itkRegionConstrainedSubsampler.h.
typedef Subsample<TSample> itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SubsampleType |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 70 of file itkRegionConstrainedSubsampler.h.
typedef SubsamplerBase<TSample> itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::Superclass |
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
Definition at line 56 of file itkRegionConstrainedSubsampler.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 118 of file itkRegionConstrainedSubsampler.h.
|
private |
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >.
|
virtual |
Method to get the region constraint.
|
virtual |
Method to get the flag indicating that the region constraint has been initialized
|
virtual |
Method to get the sample domain.
|
virtual |
Method to get the flag indicating that the sample region has been initialized
|
protectedvirtual |
Clone the current subsampler. This does a complete copy of the subsampler state to the new subsampler
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
|
protectedvirtual |
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::Statistics::SubsamplerBase< TSample >.
Reimplemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::GaussianRandomSpatialNeighborSubsampler< TSample, TRegion >.
|
pure virtual |
Main Search method that MUST be implemented by each subclass The Search method will find all points similar to query and return them as a Subsample. The definition of similar will be subclass- specific. And could mean spatial similarity or feature similarity etc.
Implements itk::Statistics::SubsamplerBase< TSample >.
Implemented in itk::Statistics::UniformRandomSpatialNeighborSubsampler< TSample, TRegion >, and itk::Statistics::SpatialNeighborSubsampler< TSample, TRegion >.
void itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SetRegionConstraint | ( | const RegionType & | region | ) |
Method to set the region constraint. Any subsamples selected must ALSO be inside this region.
void itk::Statistics::RegionConstrainedSubsampler< TSample, TRegion >::SetSampleRegion | ( | const RegionType & | region | ) |
Method to set the sample domain. This should correspond to the entire region of the input sample.
|
protected |
Definition at line 122 of file itkRegionConstrainedSubsampler.h.
|
protected |
Definition at line 123 of file itkRegionConstrainedSubsampler.h.
|
protected |
Definition at line 124 of file itkRegionConstrainedSubsampler.h.
|
protected |
Definition at line 125 of file itkRegionConstrainedSubsampler.h.