ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Attributes | List of all members
itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures > Class Template Reference

#include <itkMaskFeaturePointSelectionFilter.h>

+ Inheritance diagram for itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >:
+ Collaboration diagram for itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >:

Detailed Description

template<typename TImage, typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
class itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >

Generate a PointSet containing the feature points selected from a masked 3D input image.

MaskFeaturePointSelectionFilter takes 3D image and 3D mask as inputs and generates a PointSet of feature points as output.

This filter is intended to be used for initializing the process of Physics-Based Non-Rigid Registration. It selects a fraction of non-masked points with highest variance. Optionally, tensors are computed for each point and stored as pixel values. [ M. Bierling, Displacement estimation by hierarchical block matching, Proc. SPIE Vis. Comm. and Image Proc., vol. 1001, pp. 942-951, 1988. ].

The filter is templated over input image and mask and output pointset.

Author
Andriy Kot, Center for Real-Time Computing, Old Dominion University, Norfolk, VA
See Also
BlockMatchingImageFilter

Definition at line 62 of file itkMaskFeaturePointSelectionFilter.h.

Public Types

enum  {
  VERTEX_CONNECTIVITY = 0,
  EDGE_CONNECTIVITY = 1,
  FACE_CONNECTIVITY = 2
}
 
using ConstPointer = SmartPointer< const Self >
 
using FeaturePointsPointer = typename FeaturePointsType::Pointer
 
using FeaturePointsType = TFeatures
 
using ImageConstPointer = typename ImageType::ConstPointer
 
using ImagePixelType = typename ImageType::PixelType
 
using ImageType = TImage
 
using IndexType = Index< ImageDimension >
 
using MaskConstPointer = typename MaskType::ConstPointer
 
using MaskPixelType = typename MaskType::PixelType
 
using MaskType = TMask
 
using OffsetType = Offset< ImageDimension >
 
using Pointer = SmartPointer< Self >
 
using PointType = typename FeaturePointsType::PointType
 
using RegionType = ImageRegion< ImageDimension >
 
using Self = MaskFeaturePointSelectionFilter
 
using SizeType = Size< ImageDimension >
 
using StructureTensorType = typename FeaturePointsType::PixelType
 
using Superclass = ImageToMeshFilter< TImage, TFeatures >
 
- Public Types inherited from itk::ImageToMeshFilter< TImage, TFeatures >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TImage
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TFeatures
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToMeshFilter
 
using Superclass = MeshSource< TFeatures >
 
- Public Types inherited from itk::MeshSource< TFeatures >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TFeatures
 
using Pointer = SmartPointer< Self >
 
using Self = MeshSource
 
using Superclass = ProcessObject
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetNonConnectivity (unsigned _arg)
 
virtual unsigned GetNonConnectivity ()
 
virtual void SetMaskImage (const MaskType *input)
 
virtual const MaskTypeGetMaskImage () const
 
virtual void SetBlockRadius (SizeType _arg)
 
virtual const SizeTypeGetBlockRadius () const
 
virtual void SetComputeStructureTensors (bool _arg)
 
virtual bool GetComputeStructureTensors ()
 
virtual void ComputeStructureTensorsOn ()
 
virtual void ComputeStructureTensorsOff ()
 
virtual void SetSelectFraction (double _arg)
 
virtual double GetSelectFraction ()
 
- Public Member Functions inherited from itk::ImageToMeshFilter< TImage, TFeatures >
void GenerateOutputInformation () override
 
OutputMeshTypeGetOutput ()
 
DataObject::Pointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
void SetInput (unsigned int idx, const InputImageType *input)
 
void SetInput (const InputImageType *input)
 
const InputImageTypeGetInput (unsigned int idx)
 
const InputImageTypeGetInput ()
 
- Public Member Functions inherited from itk::MeshSource< TFeatures >
virtual ::itk::LightObject::Pointer CreateAnother () const
 
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
void SetOutput (TFeatures *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () 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)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
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
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshSource< TFeatures >
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 flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned ImageDimension = 3u
 

Protected Member Functions

void ComputeConnectivityOffsets ()
 
void GenerateData () override
 
 MaskFeaturePointSelectionFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~MaskFeaturePointSelectionFilter () override=default
 
- Protected Member Functions inherited from itk::ImageToMeshFilter< TImage, TFeatures >
 ImageToMeshFilter ()
 
 ~ImageToMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshSource< TFeatures >
void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~MeshSource () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~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 PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

SizeType m_BlockRadius
 
bool m_ComputeStructureTensors
 
unsigned m_NonConnectivity
 
std::vector< OffsetTypem_NonConnectivityOffsets
 
double m_SelectFraction
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ConstPointer = SmartPointer< const Self >

Definition at line 71 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::FeaturePointsPointer = typename FeaturePointsType::Pointer

Definition at line 99 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::FeaturePointsType = TFeatures

Feature points pointset type alias

Definition at line 98 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ImageConstPointer = typename ImageType::ConstPointer

Definition at line 89 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ImagePixelType = typename ImageType::PixelType

Definition at line 90 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ImageType = TImage

Image type alias

Definition at line 88 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::IndexType = Index< ImageDimension >

Definition at line 84 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::MaskConstPointer = typename MaskType::ConstPointer

Definition at line 94 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::MaskPixelType = typename MaskType::PixelType

Definition at line 95 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::MaskType = TMask

Mask image type alias

Definition at line 93 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::OffsetType = Offset< ImageDimension >

Definition at line 85 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::Pointer = SmartPointer< Self >

Definition at line 70 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::PointType = typename FeaturePointsType::PointType

Definition at line 101 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::RegionType = ImageRegion< ImageDimension >

Not input specific type alias

Definition at line 82 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::Self = MaskFeaturePointSelectionFilter

Definition at line 69 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SizeType = Size< ImageDimension >

Definition at line 83 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::StructureTensorType = typename FeaturePointsType::PixelType

Definition at line 100 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
using itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::Superclass = ImageToMeshFilter< TImage, TFeatures >

Standard class type aliases.

Definition at line 68 of file itkMaskFeaturePointSelectionFilter.h.

Member Enumeration Documentation

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
anonymous enum

connectivity constants

Enumerator
VERTEX_CONNECTIVITY 
EDGE_CONNECTIVITY 
FACE_CONNECTIVITY 

Definition at line 104 of file itkMaskFeaturePointSelectionFilter.h.

Constructor & Destructor Documentation

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::MaskFeaturePointSelectionFilter ( )
protected
template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::~MaskFeaturePointSelectionFilter ( )
overrideprotecteddefault

Member Function Documentation

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ComputeConnectivityOffsets ( )
protected

Compute the connectivity offsets so that points can be excluded during the execution of the filter. This method must be called after invoking SetNonConnectivity().

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ComputeStructureTensorsOff ( )
virtual

enable/disable tensor computations

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ComputeStructureTensorsOn ( )
virtual

enable/disable tensor computations

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual::itk::LightObject::Pointer itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::CreateAnother ( ) const
virtual

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GenerateData ( void  )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual const SizeType& itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetBlockRadius ( ) const
virtual

set/get half size of the block for calculating variance

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual bool itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetComputeStructureTensors ( )
virtual

enable/disable tensor computations

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual const MaskType* itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetMaskImage ( ) const
virtual

set/get mask

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual const char* itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageToMeshFilter< TImage, TFeatures >.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual unsigned itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetNonConnectivity ( )
virtual

set/get non-connectivity with radius == 1 of dimension connect, 0 <= connect < ImageDimension; 0 is vertex connectivity (e.g., 26 in 3D), 1 is edge connectivity (e.g., 18 in 3D), 2 is face connectivity (e.g., 6 in 3D), etc

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual double itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::GetSelectFraction ( )
virtual

set fraction of eligible points to select

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
static Pointer itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::New ( )
static

Method for creation through the object factory.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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::ProcessObject.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SetBlockRadius ( SizeType  _arg)
virtual

set/get half size of the block for calculating variance

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SetComputeStructureTensors ( bool  _arg)
virtual

enable/disable tensor computations

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SetMaskImage ( const MaskType input)
virtual

set/get mask

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SetNonConnectivity ( unsigned  _arg)
virtual

set/get non-connectivity with radius == 1 of dimension connect, 0 <= connect < ImageDimension; 0 is vertex connectivity (e.g., 26 in 3D), 1 is edge connectivity (e.g., 18 in 3D), 2 is face connectivity (e.g., 6 in 3D), etc

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
virtual void itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::SetSelectFraction ( double  _arg)
virtual

set fraction of eligible points to select

Member Data Documentation

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
constexpr unsigned itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::ImageDimension = 3u
static

Definition at line 79 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
SizeType itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::m_BlockRadius
private

Definition at line 167 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
bool itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::m_ComputeStructureTensors
private

Definition at line 169 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
unsigned itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::m_NonConnectivity
private

Definition at line 165 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
std::vector< OffsetType > itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::m_NonConnectivityOffsets
private

Definition at line 166 of file itkMaskFeaturePointSelectionFilter.h.

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet< Matrix< SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension >>
double itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >::m_SelectFraction
private

Definition at line 168 of file itkMaskFeaturePointSelectionFilter.h.


The documentation for this class was generated from the following file: