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::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage > Class Template Reference

#include <itkBinaryStatisticsOpeningImageFilter.h>

Detailed Description

template<typename TInputImage, typename TFeatureImage>
class itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >

Remove objects based on the value of their Statistics attribute.

The BinaryStatisticsOpeningImageFilter removes the objects in a binary image with an attribute value smaller or greater than a threshold called Lambda. The attributes are those of the StatisticsLabelObject.

This implementation was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/176

Author
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also
StatisticsLabelObject, LabelStatisticsOpeningImageFilter, BinaryStatisticsOpeningImageFilter
ITK Sphinx Examples:
Examples
SphinxExamples/src/Filtering/LabelMap/KeepBinaryRegionsThatMeetSpecific/Code.cxx.

Definition at line 50 of file itkBinaryStatisticsOpeningImageFilter.h.

+ Inheritance diagram for itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >:
+ Collaboration diagram for itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >:

Public Types

using AttributeType = typename LabelObjectType::AttributeType
 
using BinarizerType = LabelMapToBinaryImageFilter< LabelMapType, OutputImageType >
 
using ConstPointer = SmartPointer< const Self >
 
using FeatureImageConstPointer = typename FeatureImageType::ConstPointer
 
using FeatureImagePixelType = typename FeatureImageType::PixelType
 
using FeatureImagePointer = typename FeatureImageType::Pointer
 
using FeatureImageType = TFeatureImage
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TInputImage
 
using LabelizerType = BinaryImageToLabelMapFilter< InputImageType, LabelMapType >
 
using LabelMapType = LabelMap< LabelObjectType >
 
using LabelObjectType = StatisticsLabelObject< LabelType, Self::ImageDimension >
 
using LabelObjectValuatorType = StatisticsLabelMapFilter< LabelMapType, FeatureImageType >
 
using LabelType = SizeValueType
 
using OpeningType = StatisticsOpeningLabelMapFilter< LabelMapType >
 
using OutputImageConstPointer = typename OutputImageType::ConstPointer
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TInputImage
 
using Pointer = SmartPointer< Self >
 
using Self = BinaryStatisticsOpeningImageFilter
 
using Superclass = ImageToImageFilter< TInputImage, TInputImage >
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
using ConstPointer = SmartPointer< const Self >
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePixelType = typename InputImageType::PixelType
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageRegionType = typename InputImageType::RegionType
 
using InputImageType = TInputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageToImageFilter
 
using Superclass = ImageSource< TInputImage >
 
- Public Types inherited from itk::ImageSource< TInputImage >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType
 
using OutputImagePixelType = typename OutputImageType::PixelType
 
using OutputImagePointer = typename OutputImageType::Pointer
 
using OutputImageRegionType = typename OutputImageType::RegionType
 
using OutputImageType = TInputImage
 
using Pointer = SmartPointer< Self >
 
using Self = ImageSource
 
using Superclass = ProcessObject
 
- 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 FeatureImageTypeGetFeatureImage ()
 
const char * GetNameOfClass () const override
 
void SetFeatureImage (const TFeatureImage *input)
 
void SetInput1 (const InputImageType *input)
 
void SetInput2 (const FeatureImageType *input)
 
virtual void SetFullyConnected (bool _arg)
 
virtual const bool & GetFullyConnected () const
 
virtual void FullyConnectedOn ()
 
virtual void SetBackgroundValue (OutputImagePixelType _arg)
 
virtual OutputImagePixelType GetBackgroundValue () const
 
virtual void SetForegroundValue (OutputImagePixelType _arg)
 
virtual OutputImagePixelType GetForegroundValue () const
 
virtual double GetLambda () const
 
virtual void SetLambda (double _arg)
 
virtual bool GetReverseOrdering () const
 
virtual void SetReverseOrdering (bool _arg)
 
virtual void ReverseOrderingOn ()
 
virtual AttributeType GetAttribute () const
 
virtual void SetAttribute (AttributeType _arg)
 
void SetAttribute (const std::string &s)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
const InputImageTypeGetInput () const
 
const InputImageTypeGetInput (unsigned int idx) const
 
const char * GetNameOfClass () const override
 
void PopBackInput () override
 
void PopFrontInput () override
 
virtual void PushBackInput (const InputImageType *input)
 
virtual void PushFrontInput (const InputImageType *input)
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetInput (const InputImageType *input)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TInputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
OutputImageTypeGetOutput ()
 
const OutputImageTypeGetOutput () const
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
ProcessObject::DataObjectPointer MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override
 
ProcessObject::DataObjectPointer MakeOutput (const ProcessObject::DataObjectIdentifierType &) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
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 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::ImageToImageFilter< TInputImage, TInputImage >
static double GetGlobalDefaultCoordinateTolerance ()
 
static double GetGlobalDefaultDirectionTolerance ()
 
static void SetGlobalDefaultCoordinateTolerance (double)
 
static void SetGlobalDefaultDirectionTolerance (double)
 
- 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 = TInputImage::ImageDimension
 
static constexpr unsigned int InputImageDimension = TInputImage::ImageDimension
 
static constexpr unsigned int OutputImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
static constexpr unsigned int InputImageDimension
 
static constexpr unsigned int OutputImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TInputImage >
static constexpr unsigned int OutputImageDimension
 

Protected Member Functions

 BinaryStatisticsOpeningImageFilter ()
 
void EnlargeOutputRequestedRegion (DataObject *) override
 
void GenerateData () override
 
void GenerateInputRequestedRegion () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~BinaryStatisticsOpeningImageFilter () override=default
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
void GenerateInputRequestedRegion () override
 
 ImageToImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
void VerifyInputInformation () ITKv5_CONST override
 
 ~ImageToImageFilter () override=default
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TInputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
void ClassicMultiThread (ThreadFunctionType callbackFunction)
 
void GenerateData () override
 
virtual const ImageRegionSplitterBaseGetImageRegionSplitter () const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion)
 
 ~ImageSource () override=default
 
virtual void ThreadedGenerateData (const OutputImageRegionType &region, ThreadIdType threadId)
 
virtual void DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread)
 
virtual bool GetDynamicMultiThreading () const
 
virtual void SetDynamicMultiThreading (bool _arg)
 
virtual void DynamicMultiThreadingOn ()
 
- 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 GenerateOutputInformation ()
 
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
 
 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 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

AttributeType m_Attribute {}
 
OutputImagePixelType m_BackgroundValue {}
 
OutputImagePixelType m_ForegroundValue {}
 
bool m_FullyConnected {}
 
double m_Lambda {}
 
bool m_ReverseOrdering {}
 

Additional Inherited Members

- Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage >
using InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension >
 
using OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension >
 
- Static Protected Member Functions inherited from itk::ImageSource< TInputImage >
static const ImageRegionSplitterBaseGetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- 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::ImageSource< TInputImage >
bool m_DynamicMultiThreading
 
- 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

◆ AttributeType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::AttributeType = typename LabelObjectType::AttributeType

Definition at line 89 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ BinarizerType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::BinarizerType = LabelMapToBinaryImageFilter<LabelMapType, OutputImageType>

Definition at line 91 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ ConstPointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::ConstPointer = SmartPointer<const Self>

Definition at line 59 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ FeatureImageConstPointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::FeatureImageConstPointer = typename FeatureImageType::ConstPointer

Definition at line 75 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ FeatureImagePixelType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::FeatureImagePixelType = typename FeatureImageType::PixelType

Definition at line 76 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ FeatureImagePointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::FeatureImagePointer = typename FeatureImageType::Pointer

Definition at line 74 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ FeatureImageType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::FeatureImageType = TFeatureImage

Definition at line 73 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImageConstPointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImageConstPointer = typename InputImageType::ConstPointer

Definition at line 65 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImagePixelType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImagePixelType = typename InputImageType::PixelType

Definition at line 67 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImagePointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImagePointer = typename InputImageType::Pointer

Definition at line 64 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImageRegionType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImageRegionType = typename InputImageType::RegionType

Definition at line 66 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImageType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImageType = TInputImage

Some convenient type alias.

Definition at line 62 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ LabelizerType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::LabelizerType = BinaryImageToLabelMapFilter<InputImageType, LabelMapType>

Definition at line 87 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ LabelMapType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::LabelMapType = LabelMap<LabelObjectType>

Definition at line 86 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ LabelObjectType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::LabelObjectType = StatisticsLabelObject<LabelType, Self::ImageDimension>

Definition at line 85 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ LabelObjectValuatorType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::LabelObjectValuatorType = StatisticsLabelMapFilter<LabelMapType, FeatureImageType>

Definition at line 88 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ LabelType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::LabelType = SizeValueType

Definition at line 83 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OpeningType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OpeningType = StatisticsOpeningLabelMapFilter<LabelMapType>

Definition at line 90 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImageConstPointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImageConstPointer = typename OutputImageType::ConstPointer

Definition at line 69 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImagePixelType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImagePixelType = typename OutputImageType::PixelType

Definition at line 71 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImagePointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImagePointer = typename OutputImageType::Pointer

Definition at line 68 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImageRegionType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImageRegionType = typename OutputImageType::RegionType

Definition at line 70 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImageType

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImageType = TInputImage

Definition at line 63 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ Pointer

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::Pointer = SmartPointer<Self>

Definition at line 58 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ Self

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::Self = BinaryStatisticsOpeningImageFilter

Standard class type aliases.

Definition at line 56 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ Superclass

template<typename TInputImage , typename TFeatureImage >
using itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::Superclass = ImageToImageFilter<TInputImage, TInputImage>

Definition at line 57 of file itkBinaryStatisticsOpeningImageFilter.h.

Constructor & Destructor Documentation

◆ BinaryStatisticsOpeningImageFilter()

template<typename TInputImage , typename TFeatureImage >
itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::BinaryStatisticsOpeningImageFilter ( )
protected

◆ ~BinaryStatisticsOpeningImageFilter()

template<typename TInputImage , typename TFeatureImage >
itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::~BinaryStatisticsOpeningImageFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ EnlargeOutputRequestedRegion()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::EnlargeOutputRequestedRegion ( DataObject )
overrideprotectedvirtual

BinaryStatisticsOpeningImageFilter will produce the entire output.

Reimplemented from itk::ProcessObject.

◆ FullyConnectedOn()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::FullyConnectedOn ( )
virtual

Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.

◆ GenerateData()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GenerateData ( )
overrideprotectedvirtual

Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.

Reimplemented from itk::ProcessObject.

◆ GenerateInputRequestedRegion()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GenerateInputRequestedRegion ( )
overrideprotectedvirtual

BinaryStatisticsOpeningImageFilter needs the entire input to be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().

Reimplemented from itk::ProcessObject.

◆ GetAttribute()

template<typename TInputImage , typename TFeatureImage >
virtual AttributeType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetAttribute ( ) const
virtual

Set/Get the attribute to use to select the object to remove. Default is "Size".

◆ GetBackgroundValue()

template<typename TInputImage , typename TFeatureImage >
virtual OutputImagePixelType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetBackgroundValue ( ) const
virtual

Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().

◆ GetFeatureImage()

template<typename TInputImage , typename TFeatureImage >
const FeatureImageType* itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetFeatureImage ( )
inline

Get the feature image

Definition at line 175 of file itkBinaryStatisticsOpeningImageFilter.h.

References itk::ProcessObject::GetInput().

◆ GetForegroundValue()

template<typename TInputImage , typename TFeatureImage >
virtual OutputImagePixelType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetForegroundValue ( ) const
virtual

Set/Get the value used as "foreground" in the output image. Defaults to NumericTraits<PixelType>::max().

◆ GetFullyConnected()

template<typename TInputImage , typename TFeatureImage >
virtual const bool& itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetFullyConnected ( ) const
virtual

Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.

◆ GetLambda()

template<typename TInputImage , typename TFeatureImage >
virtual double itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetLambda ( ) const
virtual

Set/Get the threshold used to keep or remove the objects.

◆ GetNameOfClass()

template<typename TInputImage , typename TFeatureImage >
const char* itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetNameOfClass ( ) const
overridevirtual

Runtime information support.

Reimplemented from itk::ProcessObject.

◆ GetReverseOrdering()

template<typename TInputImage , typename TFeatureImage >
virtual bool itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::GetReverseOrdering ( ) const
virtual

Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.

◆ New()

template<typename TInputImage , typename TFeatureImage >
static Pointer itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::New ( )
static

Standard New method.

◆ PrintSelf()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::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.

◆ ReverseOrderingOn()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::ReverseOrderingOn ( )
virtual

Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.

◆ SetAttribute() [1/2]

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetAttribute ( AttributeType  _arg)
virtual

Set/Get the attribute to use to select the object to remove. Default is "Size".

◆ SetAttribute() [2/2]

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetAttribute ( const std::string &  s)
inline

Set/Get the attribute to use to select the object to remove. Default is "Size".

Definition at line 159 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ SetBackgroundValue()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetBackgroundValue ( OutputImagePixelType  _arg)
virtual

Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().

◆ SetFeatureImage()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetFeatureImage ( const TFeatureImage *  input)
inline

Set the feature image

Definition at line 167 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ SetForegroundValue()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetForegroundValue ( OutputImagePixelType  _arg)
virtual

Set/Get the value used as "foreground" in the output image. Defaults to NumericTraits<PixelType>::max().

◆ SetFullyConnected()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetFullyConnected ( bool  _arg)
virtual

Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.

◆ SetInput1()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetInput1 ( const InputImageType input)
inline

Set the input image

Definition at line 182 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ SetInput2()

template<typename TInputImage , typename TFeatureImage >
void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetInput2 ( const FeatureImageType input)
inline

Set the feature image

Definition at line 189 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ SetLambda()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetLambda ( double  _arg)
virtual

Set/Get the threshold used to keep or remove the objects.

◆ SetReverseOrdering()

template<typename TInputImage , typename TFeatureImage >
virtual void itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::SetReverseOrdering ( bool  _arg)
virtual

Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.

Member Data Documentation

◆ ImageDimension

template<typename TInputImage , typename TFeatureImage >
constexpr unsigned int itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::ImageDimension = TInputImage::ImageDimension
staticconstexpr

Definition at line 81 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ InputImageDimension

template<typename TInputImage , typename TFeatureImage >
constexpr unsigned int itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::InputImageDimension = TInputImage::ImageDimension
staticconstexpr

ImageDimension constants

Definition at line 79 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_Attribute

template<typename TInputImage , typename TFeatureImage >
AttributeType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_Attribute {}
private

Definition at line 220 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_BackgroundValue

template<typename TInputImage , typename TFeatureImage >
OutputImagePixelType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_BackgroundValue {}
private

Definition at line 216 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_ForegroundValue

template<typename TInputImage , typename TFeatureImage >
OutputImagePixelType itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_ForegroundValue {}
private

Definition at line 217 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_FullyConnected

template<typename TInputImage , typename TFeatureImage >
bool itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_FullyConnected {}
private

Definition at line 215 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_Lambda

template<typename TInputImage , typename TFeatureImage >
double itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_Lambda {}
private

Definition at line 218 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ m_ReverseOrdering

template<typename TInputImage , typename TFeatureImage >
bool itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::m_ReverseOrdering {}
private

Definition at line 219 of file itkBinaryStatisticsOpeningImageFilter.h.

◆ OutputImageDimension

template<typename TInputImage , typename TFeatureImage >
constexpr unsigned int itk::BinaryStatisticsOpeningImageFilter< TInputImage, TFeatureImage >::OutputImageDimension = TInputImage::ImageDimension
staticconstexpr

Definition at line 80 of file itkBinaryStatisticsOpeningImageFilter.h.


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