ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage > Class Template Reference

#include <itkKappaSigmaThresholdImageCalculator.h>

+ Inheritance diagram for itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >:
+ Collaboration diagram for itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::Pointer InputImagePointer
typedef TInputImage InputImageType
typedef InputImageType::PixelType InputPixelType
typedef MaskImageType::ConstPointer MaskImageConstPointer
typedef MaskImageType::Pointer MaskImagePointer
typedef TMaskImage MaskImageType
typedef MaskImageType::PixelType MaskPixelType
typedef SmartPointer< SelfPointer
typedef
KappaSigmaThresholdImageCalculator 
Self
typedef Object Superclass
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

void Compute (void)
virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual MaskPixelType GetMaskValue () const
virtual const char * GetNameOfClass () const
virtual unsigned int GetNumberOfIterations () const
const InputPixelTypeGetOutput () const
virtual double GetSigmaFactor () const
virtual void SetImage (const InputImageType *_arg)
virtual void SetMask (const MaskImageType *_arg)
virtual void SetMaskValue (MaskPixelType _arg)
virtual void SetNumberOfIterations (unsigned int _arg)
virtual void SetSigmaFactor (double _arg)
- 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 unsigned long 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::Object
static bool GetGlobalWarningDisplay ()
static void GlobalWarningDisplayOff ()
static void GlobalWarningDisplayOn ()
static void SetGlobalWarningDisplay (bool flag)
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()

Static Public Attributes

static const unsigned int ImageDimension = TInputImage::ImageDimension

Protected Member Functions

 KappaSigmaThresholdImageCalculator ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~KappaSigmaThresholdImageCalculator ()
- 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

 KappaSigmaThresholdImageCalculator (const Self &)
void operator= (const Self &)

Private Attributes

InputImageConstPointer m_Image
MaskImageConstPointer m_Mask
MaskPixelType m_MaskValue
unsigned int m_NumberOfIterations
InputPixelType m_Output
double m_SigmaFactor
bool m_Valid

Detailed Description

template<class TInputImage, class TMaskImage>
class itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >

Compute moments of an n-dimensional image.

Author:
Gaetan Lehmann

This class was taken from the Insight Journal paper: http://hdl.handle.net/1926/367

Definition at line 40 of file itkKappaSigmaThresholdImageCalculator.h.


Member Typedef Documentation

template<class TInputImage , class TMaskImage >
typedef SmartPointer< const Self > itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::ConstPointer

Reimplemented from itk::Object.

Definition at line 47 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef InputImageType::ConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImageConstPointer

Definition at line 65 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef InputImageType::Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImagePointer

Standard image type pointer within this class.

Definition at line 64 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef TInputImage itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImageType

Standard image type within this class.

Definition at line 60 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef InputImageType::PixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputPixelType

Definition at line 69 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef MaskImageType::ConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImageConstPointer

Definition at line 67 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef MaskImageType::Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImagePointer

Definition at line 66 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef TMaskImage itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImageType

Definition at line 61 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef MaskImageType::PixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskPixelType

Definition at line 70 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef SmartPointer< Self > itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Pointer

Reimplemented from itk::Object.

Definition at line 46 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef KappaSigmaThresholdImageCalculator itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Self

Standard class typedefs.

Reimplemented from itk::Object.

Definition at line 44 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
typedef Object itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Superclass

Reimplemented from itk::Object.

Definition at line 45 of file itkKappaSigmaThresholdImageCalculator.h.


Constructor & Destructor Documentation

template<class TInputImage , class TMaskImage >
itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::KappaSigmaThresholdImageCalculator ( )
protected
template<class TInputImage , class TMaskImage >
virtual itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::~KappaSigmaThresholdImageCalculator ( )
inlineprotectedvirtual

Definition at line 98 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::KappaSigmaThresholdImageCalculator ( const Self )
private

Member Function Documentation

template<class TInputImage , class TMaskImage >
void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Compute ( void  )

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.

template<class TInputImage , class TMaskImage >
virtual::itk::LightObject::Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::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::Object.

template<class TInputImage , class TMaskImage >
virtual MaskPixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetMaskValue ( ) const
virtual
template<class TInputImage , class TMaskImage >
virtual const char* itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<class TInputImage , class TMaskImage >
virtual unsigned int itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetNumberOfIterations ( ) const
virtual
template<class TInputImage , class TMaskImage >
const InputPixelType& itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetOutput ( ) const
template<class TInputImage , class TMaskImage >
virtual double itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetSigmaFactor ( ) const
virtual
template<class TInputImage , class TMaskImage >
static Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage , class TMaskImage >
void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::operator= ( const Self )
private

Mutex lock to protect modification to the reference count

Reimplemented from itk::Object.

template<class TInputImage , class TMaskImage >
void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::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::Object.

template<class TInputImage , class TMaskImage >
virtual void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::SetImage ( const InputImageType _arg)
virtual

Set the input image.

template<class TInputImage , class TMaskImage >
virtual void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::SetMask ( const MaskImageType _arg)
virtual

Set the input mask

template<class TInputImage , class TMaskImage >
virtual void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::SetMaskValue ( MaskPixelType  _arg)
virtual
template<class TInputImage , class TMaskImage >
virtual void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::SetNumberOfIterations ( unsigned int  _arg)
virtual
template<class TInputImage , class TMaskImage >
virtual void itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::SetSigmaFactor ( double  _arg)
virtual

Member Data Documentation

template<class TInputImage , class TMaskImage >
const unsigned int itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::ImageDimension = TInputImage::ImageDimension
static

Extract the dimension of the image.

Definition at line 57 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
InputImageConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_Image
private

Definition at line 111 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
MaskImageConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_Mask
private

Definition at line 112 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
MaskPixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_MaskValue
private

Definition at line 106 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
unsigned int itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_NumberOfIterations
private

Definition at line 108 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
InputPixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_Output
private

Definition at line 109 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
double itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_SigmaFactor
private

Definition at line 107 of file itkKappaSigmaThresholdImageCalculator.h.

template<class TInputImage , class TMaskImage >
bool itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::m_Valid
private

Definition at line 105 of file itkKappaSigmaThresholdImageCalculator.h.


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