ITK  5.4.0
Insight 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>

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 63 of file itkMaskFeaturePointSelectionFilter.h.

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

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

const char * GetNameOfClass () const override
 
virtual void SetNonConnectivity (unsigned int _arg)
 
virtual unsigned int 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 SetSelectFraction (double _arg)
 
virtual double GetSelectFraction ()
 
- Public Member Functions inherited from itk::ImageToMeshFilter< TImage, TFeatures >
void GenerateOutputInformation () override
 
const char * GetNameOfClass () const 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 >
const char * GetNameOfClass () const override
 
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftOutput (DataObject *graft)
 
void SetOutput (TFeatures *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
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 float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
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 val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
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
 
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
 
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 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 void Delete ()
 
virtual int GetReferenceCount () const
 
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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int 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 DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () 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 idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
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 i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
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 PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Attributes

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

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- 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

◆ ConstPointer

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 72 of file itkMaskFeaturePointSelectionFilter.h.

◆ FeaturePointsPointer

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 100 of file itkMaskFeaturePointSelectionFilter.h.

◆ FeaturePointsType

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 99 of file itkMaskFeaturePointSelectionFilter.h.

◆ ImageConstPointer

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 90 of file itkMaskFeaturePointSelectionFilter.h.

◆ ImagePixelType

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 91 of file itkMaskFeaturePointSelectionFilter.h.

◆ ImageType

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 89 of file itkMaskFeaturePointSelectionFilter.h.

◆ IndexType

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 85 of file itkMaskFeaturePointSelectionFilter.h.

◆ MaskConstPointer

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 95 of file itkMaskFeaturePointSelectionFilter.h.

◆ MaskPixelType

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 96 of file itkMaskFeaturePointSelectionFilter.h.

◆ MaskType

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 94 of file itkMaskFeaturePointSelectionFilter.h.

◆ OffsetType

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 86 of file itkMaskFeaturePointSelectionFilter.h.

◆ Pointer

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 71 of file itkMaskFeaturePointSelectionFilter.h.

◆ PointType

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 102 of file itkMaskFeaturePointSelectionFilter.h.

◆ RegionType

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 83 of file itkMaskFeaturePointSelectionFilter.h.

◆ Self

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 70 of file itkMaskFeaturePointSelectionFilter.h.

◆ SizeType

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 84 of file itkMaskFeaturePointSelectionFilter.h.

◆ StructureTensorType

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 101 of file itkMaskFeaturePointSelectionFilter.h.

◆ Superclass

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 69 of file itkMaskFeaturePointSelectionFilter.h.

Member Enumeration Documentation

◆ anonymous enum

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 105 of file itkMaskFeaturePointSelectionFilter.h.

Constructor & Destructor Documentation

◆ MaskFeaturePointSelectionFilter()

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

◆ ~MaskFeaturePointSelectionFilter()

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

◆ ComputeConnectivityOffsets()

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().

◆ ComputeStructureTensorsOn()

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

◆ GenerateData()

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

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

◆ GetBlockRadius()

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

◆ GetComputeStructureTensors()

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

◆ GetMaskImage()

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

◆ GetNameOfClass()

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

◆ GetNonConnectivity()

template<typename TImage , typename TMask = TImage, typename TFeatures = PointSet<Matrix<SpacePrecisionType, TImage::ImageDimension, TImage::ImageDimension>, TImage::ImageDimension>>
virtual unsigned int 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

◆ GetSelectFraction()

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

◆ New()

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.

◆ PrintSelf()

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.

◆ SetBlockRadius()

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

◆ SetComputeStructureTensors()

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

◆ SetMaskImage()

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

◆ 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 >::SetNonConnectivity ( unsigned int  _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

◆ SetSelectFraction()

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

◆ ImageDimension

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

Definition at line 80 of file itkMaskFeaturePointSelectionFilter.h.

◆ m_BlockRadius

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 168 of file itkMaskFeaturePointSelectionFilter.h.

◆ m_ComputeStructureTensors

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 170 of file itkMaskFeaturePointSelectionFilter.h.

◆ m_NonConnectivity

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

Definition at line 166 of file itkMaskFeaturePointSelectionFilter.h.

◆ m_NonConnectivityOffsets

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 167 of file itkMaskFeaturePointSelectionFilter.h.

◆ m_SelectFraction

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 169 of file itkMaskFeaturePointSelectionFilter.h.


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