ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkKappaSigmaThresholdImageCalculator.h>
Compute moments of an n-dimensional image.
This class was taken from the Insight Journal paper: http://hdl.handle.net/1926/367
Definition at line 40 of file itkKappaSigmaThresholdImageCalculator.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef KappaSigmaThresholdImageCalculator | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 InputPixelType & | GetOutput () 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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () 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 Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef SmartPointer< const Self > itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::ConstPointer |
Definition at line 47 of file itkKappaSigmaThresholdImageCalculator.h.
typedef InputImageType::ConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImageConstPointer |
Definition at line 65 of file itkKappaSigmaThresholdImageCalculator.h.
typedef InputImageType::Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImagePointer |
Standard image type pointer within this class.
Definition at line 64 of file itkKappaSigmaThresholdImageCalculator.h.
typedef TInputImage itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputImageType |
Standard image type within this class.
Definition at line 60 of file itkKappaSigmaThresholdImageCalculator.h.
typedef InputImageType::PixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::InputPixelType |
Definition at line 69 of file itkKappaSigmaThresholdImageCalculator.h.
typedef MaskImageType::ConstPointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImageConstPointer |
Definition at line 67 of file itkKappaSigmaThresholdImageCalculator.h.
typedef MaskImageType::Pointer itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImagePointer |
Definition at line 66 of file itkKappaSigmaThresholdImageCalculator.h.
typedef TMaskImage itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskImageType |
Definition at line 61 of file itkKappaSigmaThresholdImageCalculator.h.
typedef MaskImageType::PixelType itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::MaskPixelType |
Definition at line 70 of file itkKappaSigmaThresholdImageCalculator.h.
typedef SmartPointer< Self > itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Pointer |
Definition at line 46 of file itkKappaSigmaThresholdImageCalculator.h.
typedef KappaSigmaThresholdImageCalculator itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Self |
Standard class typedefs.
Definition at line 44 of file itkKappaSigmaThresholdImageCalculator.h.
typedef Object itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::Superclass |
Definition at line 45 of file itkKappaSigmaThresholdImageCalculator.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 98 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
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.
|
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.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
|
virtual |
const InputPixelType& itk::KappaSigmaThresholdImageCalculator< TInputImage, TMaskImage >::GetOutput | ( | ) | const |
|
virtual |
|
static |
Method for creation through the object factory.
|
private |
|
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.
|
virtual |
Set the input image.
|
virtual |
Set the input mask
|
virtual |
|
virtual |
|
virtual |
|
static |
Extract the dimension of the image.
Definition at line 57 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 111 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 112 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 106 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 108 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 109 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 107 of file itkKappaSigmaThresholdImageCalculator.h.
|
private |
Definition at line 105 of file itkKappaSigmaThresholdImageCalculator.h.