ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::IntermodesThresholdCalculator< THistogram, TOutput > Class Template Reference

#include <itkIntermodesThresholdCalculator.h>

+ Inheritance diagram for itk::IntermodesThresholdCalculator< THistogram, TOutput >:
+ Collaboration diagram for itk::IntermodesThresholdCalculator< THistogram, TOutput >:

Detailed Description

template<class THistogram, class TOutput = double>
class itk::IntermodesThresholdCalculator< THistogram, TOutput >

Computes the Intermodes's threshold for an image.

J. M. S. Prewitt and M. L. Mendelsohn, "The analysis of cell images," in Annals of the New York Academy of Sciences, vol. 128, pp. 1035-1053, 1966.

This class is templated over the input histogram type.

Warning
This calculator assumes that the input histogram has only one dimension.
Author
Richard Beare. Department of Medicine, Monash University, Melbourne, Australia.
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/10380/3279 or http://www.insight-journal.org/browse/publication/811

Definition at line 56 of file itkIntermodesThresholdCalculator.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef THistogram HistogramType
 
typedef
HistogramType::InstanceIdentifier 
InstanceIdentifier
 
typedef TOutput OutputType
 
typedef SmartPointer< SelfPointer
 
typedef
IntermodesThresholdCalculator 
Self
 
typedef Object Superclass
 
- Public Types inherited from itk::HistogramThresholdCalculator< THistogram, TOutput >
typedef SmartPointer< const SelfConstPointer
 
typedef
SimpleDataObjectDecorator
< OutputType
DecoratedOutputType
 
typedef THistogram HistogramType
 
typedef TOutput OutputType
 
typedef SmartPointer< SelfPointer
 
typedef
HistogramThresholdCalculator 
Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual SizeValueType GetMaximumSmoothingIterations () const
 
virtual const char * GetNameOfClass () const
 
virtual void SetMaximumSmoothingIterations (SizeValueType _arg)
 
virtual void SetUseInterMode (bool _arg)
 
virtual bool GetUseInterMode () const
 
- Public Member Functions inherited from itk::HistogramThresholdCalculator< THistogram, TOutput >
const HistogramTypeGetInput () const
 
DecoratedOutputTypeGetOutput ()
 
const OutputTypeGetThreshold ()
 
virtual DataObject::Pointer MakeOutput (DataObjectPointerArraySizeType)
 
void SetInput (const HistogramType *input)
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData ()
 
NameArray GetInputNames () const
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
virtual const float & GetProgress ()
 
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)
 
virtual void SetProgress (float _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float amount)
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArray GetOutputs ()
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads ()
 
- 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 (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) 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
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 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::HistogramThresholdCalculator< THistogram, TOutput >
static Pointer New ()
 

Protected Types

typedef
HistogramType::AbsoluteFrequencyType 
AbsoluteFrequencyType
 
typedef
HistogramType::TotalAbsoluteFrequencyType 
TotalAbsoluteFrequencyType
 

Protected Member Functions

void GenerateData (void)
 
 IntermodesThresholdCalculator ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~IntermodesThresholdCalculator ()
 
- Protected Member Functions inherited from itk::HistogramThresholdCalculator< THistogram, TOutput >
 HistogramThresholdCalculator ()
 
virtual ~HistogramThresholdCalculator ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
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 ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
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 SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) 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)
 
virtual ~Object ()
 
- 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 Member Functions

bool BimodalTest (const std::vector< double > &h)
 
 IntermodesThresholdCalculator (const Self &)
 
void operator= (const Self &)
 

Private Attributes

SizeValueType m_MaximumSmoothingIterations
 
bool m_UseInterMode
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 

Member Typedef Documentation

template<class THistogram , class TOutput = double>
typedef HistogramType::AbsoluteFrequencyType itk::IntermodesThresholdCalculator< THistogram, TOutput >::AbsoluteFrequencyType
protected

Definition at line 99 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef SmartPointer<const Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::ConstPointer

Definition at line 63 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef THistogram itk::IntermodesThresholdCalculator< THistogram, TOutput >::HistogramType

Type definition for the input image.

Definition at line 69 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef HistogramType::InstanceIdentifier itk::IntermodesThresholdCalculator< THistogram, TOutput >::InstanceIdentifier

Definition at line 75 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef TOutput itk::IntermodesThresholdCalculator< THistogram, TOutput >::OutputType

Definition at line 73 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef SmartPointer<Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::Pointer

Definition at line 62 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef IntermodesThresholdCalculator itk::IntermodesThresholdCalculator< THistogram, TOutput >::Self

Standard class typedefs.

Definition at line 60 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef Object itk::IntermodesThresholdCalculator< THistogram, TOutput >::Superclass

Definition at line 61 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
typedef HistogramType::TotalAbsoluteFrequencyType itk::IntermodesThresholdCalculator< THistogram, TOutput >::TotalAbsoluteFrequencyType
protected

Definition at line 98 of file itkIntermodesThresholdCalculator.h.

Constructor & Destructor Documentation

template<class THistogram , class TOutput = double>
itk::IntermodesThresholdCalculator< THistogram, TOutput >::IntermodesThresholdCalculator ( )
inlineprotected

Definition at line 87 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
virtual itk::IntermodesThresholdCalculator< THistogram, TOutput >::~IntermodesThresholdCalculator ( )
inlineprotectedvirtual

Definition at line 93 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
itk::IntermodesThresholdCalculator< THistogram, TOutput >::IntermodesThresholdCalculator ( const Self )
private

Member Function Documentation

template<class THistogram , class TOutput = double>
bool itk::IntermodesThresholdCalculator< THistogram, TOutput >::BimodalTest ( const std::vector< double > &  h)
private
template<class THistogram , class TOutput = double>
virtual::itk::LightObject::Pointer itk::IntermodesThresholdCalculator< THistogram, TOutput >::CreateAnother ( void  ) 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::HistogramThresholdCalculator< THistogram, TOutput >.

template<class THistogram , class TOutput = double>
void itk::IntermodesThresholdCalculator< THistogram, TOutput >::GenerateData ( void  )
protectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class THistogram , class TOutput = double>
virtual SizeValueType itk::IntermodesThresholdCalculator< THistogram, TOutput >::GetMaximumSmoothingIterations ( ) const
virtual
template<class THistogram , class TOutput = double>
virtual const char* itk::IntermodesThresholdCalculator< THistogram, TOutput >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.

template<class THistogram , class TOutput = double>
virtual bool itk::IntermodesThresholdCalculator< THistogram, TOutput >::GetUseInterMode ( ) const
virtual

select whether midpoint (intermode=true) or minimum between peaks is used

template<class THistogram , class TOutput = double>
static Pointer itk::IntermodesThresholdCalculator< THistogram, TOutput >::New ( )
static

Method for creation through the object factory.

template<class THistogram , class TOutput = double>
void itk::IntermodesThresholdCalculator< THistogram, TOutput >::operator= ( const Self )
private
template<class THistogram , class TOutput = double>
void itk::IntermodesThresholdCalculator< THistogram, TOutput >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::ProcessObject.

template<class THistogram , class TOutput = double>
virtual void itk::IntermodesThresholdCalculator< THistogram, TOutput >::SetMaximumSmoothingIterations ( SizeValueType  _arg)
virtual
template<class THistogram , class TOutput = double>
virtual void itk::IntermodesThresholdCalculator< THistogram, TOutput >::SetUseInterMode ( bool  _arg)
virtual

select whether midpoint (intermode=true) or minimum between peaks is used

Member Data Documentation

template<class THistogram , class TOutput = double>
SizeValueType itk::IntermodesThresholdCalculator< THistogram, TOutput >::m_MaximumSmoothingIterations
private

Definition at line 106 of file itkIntermodesThresholdCalculator.h.

template<class THistogram , class TOutput = double>
bool itk::IntermodesThresholdCalculator< THistogram, TOutput >::m_UseInterMode
private

Definition at line 107 of file itkIntermodesThresholdCalculator.h.


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