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::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage > Class Template Reference

#include <itkRobustAutomaticThresholdCalculator.h>

Detailed Description

template<typename TInputImage, typename TGradientImage>
class itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >

Compute the robust automatic threshold.

This code was contributed in the Insight Journal paper: "Robust Automatic Threshold Selection" by Lehmann G. https://www.insight-journal.org/browse/publication/134

Definition at line 40 of file itkRobustAutomaticThresholdCalculator.h.

+ Inheritance diagram for itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >:
+ Collaboration diagram for itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using GradientImageConstPointer = typename GradientImageType::ConstPointer
 
using GradientImagePointer = typename GradientImageType::Pointer
 
using GradientImageType = TGradientImage
 
using GradientPixelType = typename GradientImageType::PixelType
 
using InputImageConstPointer = typename InputImageType::ConstPointer
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageType = TInputImage
 
using InputPixelType = typename InputImageType::PixelType
 
using Pointer = SmartPointer< Self >
 
using Self = RobustAutomaticThresholdCalculator
 
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

void Compute ()
 
const char * GetNameOfClass () const override
 
const InputPixelTypeGetOutput () const
 
virtual double GetPow () const
 
virtual void SetGradient (const GradientImageType *image)
 
virtual void SetPow (double _arg)
 
virtual void SetInput (const InputImageType *image)
 
- 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::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
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 
 RobustAutomaticThresholdCalculator ()
 
 ~RobustAutomaticThresholdCalculator () override=default
 
- 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

GradientImageConstPointer m_Gradient {}
 
InputImageConstPointer m_Input {}
 
InputPixelType m_Output {}
 
double m_Pow { 1 }
 
bool m_Valid { false }
 

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::ConstPointer = SmartPointer<const Self>

Definition at line 49 of file itkRobustAutomaticThresholdCalculator.h.

◆ GradientImageConstPointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GradientImageConstPointer = typename GradientImageType::ConstPointer

Definition at line 68 of file itkRobustAutomaticThresholdCalculator.h.

◆ GradientImagePointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GradientImagePointer = typename GradientImageType::Pointer

Definition at line 67 of file itkRobustAutomaticThresholdCalculator.h.

◆ GradientImageType

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GradientImageType = TGradientImage

Definition at line 62 of file itkRobustAutomaticThresholdCalculator.h.

◆ GradientPixelType

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GradientPixelType = typename GradientImageType::PixelType

Definition at line 70 of file itkRobustAutomaticThresholdCalculator.h.

◆ InputImageConstPointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::InputImageConstPointer = typename InputImageType::ConstPointer

Definition at line 66 of file itkRobustAutomaticThresholdCalculator.h.

◆ InputImagePointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::InputImagePointer = typename InputImageType::Pointer

Standard image type pointer within this class.

Definition at line 65 of file itkRobustAutomaticThresholdCalculator.h.

◆ InputImageType

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::InputImageType = TInputImage

Standard image type within this class.

Definition at line 61 of file itkRobustAutomaticThresholdCalculator.h.

◆ InputPixelType

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::InputPixelType = typename InputImageType::PixelType

Definition at line 69 of file itkRobustAutomaticThresholdCalculator.h.

◆ Pointer

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::Pointer = SmartPointer<Self>

Definition at line 48 of file itkRobustAutomaticThresholdCalculator.h.

◆ Self

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::Self = RobustAutomaticThresholdCalculator

Standard class type aliases.

Definition at line 46 of file itkRobustAutomaticThresholdCalculator.h.

◆ Superclass

template<typename TInputImage , typename TGradientImage >
using itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::Superclass = Object

Definition at line 47 of file itkRobustAutomaticThresholdCalculator.h.

Constructor & Destructor Documentation

◆ RobustAutomaticThresholdCalculator()

template<typename TInputImage , typename TGradientImage >
itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::RobustAutomaticThresholdCalculator ( )
protected

◆ ~RobustAutomaticThresholdCalculator()

template<typename TInputImage , typename TGradientImage >
itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::~RobustAutomaticThresholdCalculator ( )
overrideprotecteddefault

Member Function Documentation

◆ Compute()

template<typename TInputImage , typename TGradientImage >
void itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::Compute ( )

Compute moments of a new or modified image. This method computes the moments of the image given as a parameter and stores them in the object. The values of these moments and related parameters can then be retrieved by using other methods of this object.

◆ GetNameOfClass()

template<typename TInputImage , typename TGradientImage >
const char* itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::Object.

◆ GetOutput()

template<typename TInputImage , typename TGradientImage >
const InputPixelType& itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GetOutput ( ) const

◆ GetPow()

template<typename TInputImage , typename TGradientImage >
virtual double itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::GetPow ( ) const
virtual

◆ New()

template<typename TInputImage , typename TGradientImage >
static Pointer itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TInputImage , typename TGradientImage >
void itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::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::Object.

◆ SetGradient()

template<typename TInputImage , typename TGradientImage >
virtual void itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::SetGradient ( const GradientImageType image)
inlinevirtual

Definition at line 86 of file itkRobustAutomaticThresholdCalculator.h.

◆ SetInput()

template<typename TInputImage , typename TGradientImage >
virtual void itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::SetInput ( const InputImageType image)
inlinevirtual

Set the input image.

Definition at line 74 of file itkRobustAutomaticThresholdCalculator.h.

◆ SetPow()

template<typename TInputImage , typename TGradientImage >
virtual void itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::SetPow ( double  _arg)
virtual

Member Data Documentation

◆ ImageDimension

template<typename TInputImage , typename TGradientImage >
constexpr unsigned int itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::ImageDimension = TInputImage::ImageDimension
staticconstexpr

Extract the dimension of the image.

Definition at line 58 of file itkRobustAutomaticThresholdCalculator.h.

◆ m_Gradient

template<typename TInputImage , typename TGradientImage >
GradientImageConstPointer itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::m_Gradient {}
private

Definition at line 122 of file itkRobustAutomaticThresholdCalculator.h.

◆ m_Input

template<typename TInputImage , typename TGradientImage >
InputImageConstPointer itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::m_Input {}
private

Definition at line 121 of file itkRobustAutomaticThresholdCalculator.h.

◆ m_Output

template<typename TInputImage , typename TGradientImage >
InputPixelType itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::m_Output {}
private

Definition at line 119 of file itkRobustAutomaticThresholdCalculator.h.

◆ m_Pow

template<typename TInputImage , typename TGradientImage >
double itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::m_Pow { 1 }
private

Definition at line 118 of file itkRobustAutomaticThresholdCalculator.h.

◆ m_Valid

template<typename TInputImage , typename TGradientImage >
bool itk::RobustAutomaticThresholdCalculator< TInputImage, TGradientImage >::m_Valid { false }
private

Definition at line 117 of file itkRobustAutomaticThresholdCalculator.h.


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