ITK  4.8.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::Statistics::HistogramToRunLengthFeaturesFilter< THistogram > Class Template Reference

#include <itkHistogramToRunLengthFeaturesFilter.h>

+ Inheritance diagram for itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >:
+ Collaboration diagram for itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >:

Detailed Description

template<typename THistogram>
class itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >

This class computes texture feature coefficients from a grey level run-length matrix.

By default, run length features are computed for each spatial direction and then averaged afterward, so it is possible to access the standard deviations of the texture features. These values give a clue as to texture anisotropy. However, doing this is much more work, because it involved computing one for each offset given. To compute a single matrix using the first offset, call FastCalculationsOn(). If this is called, then the texture standard deviations will not be computed (and will be set to zero), but texture computation will be much faster.

This class is templated over the input histogram type.

Print references: M. M. Galloway. Texture analysis using gray level run lengths. Computer Graphics and Image Processing, 4:172-179, 1975.

A. Chu, C. M. Sehgal, and J. F. Greenleaf. Use of gray value distribution of run lengths for texture analysis. Pattern Recognition Letters, 11:415-420, 1990.

B. R. Dasarathy and E. B. Holder. Image characterizations based on joint gray-level run-length distributions. Pattern Recognition Letters, 12:490-502, 1991.

IJ article: http://hdl.handle.net/1926/1374

See Also
ScalarImageToRunLengthFeaturesFilter
ScalarImageToRunLengthMatrixFilter
HistogramToRunLengthFeaturesFilter
Author
: Nick Tustison

Definition at line 66 of file itkHistogramToRunLengthFeaturesFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef DataObject::Pointer DataObjectPointer
 
typedef
HistogramType::TotalAbsoluteFrequencyType 
FrequencyType
 
typedef HistogramType::ConstPointer HistogramConstPointer
 
typedef HistogramType::Pointer HistogramPointer
 
typedef THistogram HistogramType
 
typedef HistogramType::IndexType IndexType
 
typedef
SimpleDataObjectDecorator
< MeasurementType
MeasurementObjectType
 
typedef
HistogramType::MeasurementType 
MeasurementType
 
typedef
HistogramType::MeasurementVectorType 
MeasurementVectorType
 
typedef SmartPointer< SelfPointer
 
enum  RunLengthFeatureName {
  ShortRunEmphasis,
  LongRunEmphasis,
  GreyLevelNonuniformity,
  RunLengthNonuniformity,
  LowGreyLevelRunEmphasis,
  HighGreyLevelRunEmphasis,
  ShortRunLowGreyLevelEmphasis,
  ShortRunHighGreyLevelEmphasis,
  LongRunLowGreyLevelEmphasis,
  LongRunHighGreyLevelEmphasis
}
 
typedef
HistogramToRunLengthFeaturesFilter 
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 () const
 
MeasurementType GetFeature (RunLengthFeatureName name)
 
virtual const char * GetNameOfClass () const
 
virtual unsigned long GetTotalNumberOfRuns ()
 
void SetInput (const HistogramType *histogram)
 
const HistogramTypeGetInput () const
 
MeasurementType GetShortRunEmphasis () const
 
const MeasurementObjectTypeGetShortRunEmphasisOutput () const
 
MeasurementType GetLongRunEmphasis () const
 
const MeasurementObjectTypeGetLongRunEmphasisOutput () const
 
MeasurementType GetGreyLevelNonuniformity () const
 
const MeasurementObjectTypeGetGreyLevelNonuniformityOutput () const
 
MeasurementType GetRunLengthNonuniformity () const
 
const MeasurementObjectTypeGetRunLengthNonuniformityOutput () const
 
MeasurementType GetLowGreyLevelRunEmphasis () const
 
const MeasurementObjectTypeGetLowGreyLevelRunEmphasisOutput () const
 
MeasurementType GetHighGreyLevelRunEmphasis () const
 
const MeasurementObjectTypeGetHighGreyLevelRunEmphasisOutput () const
 
MeasurementType GetShortRunLowGreyLevelEmphasis () const
 
const MeasurementObjectTypeGetShortRunLowGreyLevelEmphasisOutput () const
 
MeasurementType GetShortRunHighGreyLevelEmphasis () const
 
const MeasurementObjectTypeGetShortRunHighGreyLevelEmphasisOutput () const
 
MeasurementType GetLongRunLowGreyLevelEmphasis () const
 
const MeasurementObjectTypeGetLongRunLowGreyLevelEmphasisOutput () const
 
MeasurementType GetLongRunHighGreyLevelEmphasis () const
 
const MeasurementObjectTypeGetLongRunHighGreyLevelEmphasisOutput () const
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
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 Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- 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 ()
 
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
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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 ()
 

Protected Types

typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 

Protected Member Functions

virtual void GenerateData () override
 
 HistogramToRunLengthFeaturesFilter ()
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType) override
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~HistogramToRunLengthFeaturesFilter ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (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
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 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 num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
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

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

Private Attributes

unsigned long m_TotalNumberOfRuns
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename THistogram >
typedef SmartPointer<const Self> itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::ConstPointer

Definition at line 73 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef DataObject::Pointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::DataObjectPointer

Smart Pointer type to a DataObject.

Definition at line 97 of file itkHistogramToRunLengthFeaturesFilter.h.

Make a DataObject to be used for output output.

Definition at line 178 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType:: TotalAbsoluteFrequencyType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::FrequencyType

Definition at line 88 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType::ConstPointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramConstPointer

Definition at line 83 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType::Pointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramPointer

Definition at line 82 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef THistogram itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramType

Definition at line 79 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType::IndexType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::IndexType

Definition at line 86 of file itkHistogramToRunLengthFeaturesFilter.h.

Type of DataObjects used for scalar outputs

Definition at line 100 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType::MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MeasurementType

Definition at line 84 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef HistogramType::MeasurementVectorType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MeasurementVectorType

Definition at line 85 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef SmartPointer<Self> itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::Pointer

Definition at line 72 of file itkHistogramToRunLengthFeaturesFilter.h.

Standard typedefs

Definition at line 70 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
typedef ProcessObject itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::Superclass

Definition at line 71 of file itkHistogramToRunLengthFeaturesFilter.h.

Member Enumeration Documentation

Run-length feature types

Enumerator
ShortRunEmphasis 
LongRunEmphasis 
GreyLevelNonuniformity 
RunLengthNonuniformity 
LowGreyLevelRunEmphasis 
HighGreyLevelRunEmphasis 
ShortRunLowGreyLevelEmphasis 
ShortRunHighGreyLevelEmphasis 
LongRunLowGreyLevelEmphasis 
LongRunHighGreyLevelEmphasis 

Definition at line 155 of file itkHistogramToRunLengthFeaturesFilter.h.

Constructor & Destructor Documentation

template<typename THistogram >
itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramToRunLengthFeaturesFilter ( )
protected
template<typename THistogram >
itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::~HistogramToRunLengthFeaturesFilter ( )
inlineprotected

Definition at line 174 of file itkHistogramToRunLengthFeaturesFilter.h.

template<typename THistogram >
itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramToRunLengthFeaturesFilter ( const Self )
private

Member Function Documentation

template<typename THistogram >
virtual::itk::LightObject::Pointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::CreateAnother ( ) 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<typename THistogram >
virtual void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GenerateData ( void  )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetFeature ( RunLengthFeatureName  name)

convenience method to access the run length values

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformity ( ) const

Methods to return the grey level nonuniformity.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetGreyLevelNonuniformityOutput ( ) const

Methods to return the grey level nonuniformity.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetHighGreyLevelRunEmphasis ( ) const

Methods to return the high grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetHighGreyLevelRunEmphasisOutput ( ) const

Methods to return the high grey level run emphasis.

template<typename THistogram >
const HistogramType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetInput ( ) const
template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunEmphasis ( ) const

Methods to return the long run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunEmphasisOutput ( ) const

Methods to return the long run emphasis.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunHighGreyLevelEmphasis ( ) const

Methods to return the long run high grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunHighGreyLevelEmphasisOutput ( ) const

Methods to return the long run high grey level run emphasis.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunLowGreyLevelEmphasis ( ) const

Methods to return the long run low grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLongRunLowGreyLevelEmphasisOutput ( ) const

Methods to return the long run low grey level run emphasis.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLowGreyLevelRunEmphasis ( ) const

Methods to return the low grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetLowGreyLevelRunEmphasisOutput ( ) const

Methods to return the low grey level run emphasis.

template<typename THistogram >
virtual const char* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformity ( ) const

Methods to return the run length nonuniformity.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetRunLengthNonuniformityOutput ( ) const

Methods to return the run length nonuniformity.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunEmphasis ( ) const

Methods to return the short run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunEmphasisOutput ( ) const

Methods to return the short run emphasis.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunHighGreyLevelEmphasis ( ) const

Methods to return the short run high grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunHighGreyLevelEmphasisOutput ( ) const

Methods to return the short run high grey level run emphasis.

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunLowGreyLevelEmphasis ( ) const

Methods to return the short run low grey level run emphasis.

template<typename THistogram >
const MeasurementObjectType* itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetShortRunLowGreyLevelEmphasisOutput ( ) const

Methods to return the short run low grey level run emphasis.

template<typename THistogram >
virtual unsigned long itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetTotalNumberOfRuns ( )
virtual
template<typename THistogram >
virtual DataObjectPointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MakeOutput ( DataObjectPointerArraySizeType  idx)
overrideprotectedvirtual

Make a DataObject of the correct type to used as the specified output.

Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().

Reimplemented from itk::ProcessObject.

template<typename THistogram >
static Pointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::New ( )
static

standard New() method support

template<typename THistogram >
void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::operator= ( const Self )
private
template<typename THistogram >
virtual void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::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.

template<typename THistogram >
void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::SetInput ( const HistogramType histogram)

Member Data Documentation

template<typename THistogram >
unsigned long itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::m_TotalNumberOfRuns
private

Definition at line 188 of file itkHistogramToRunLengthFeaturesFilter.h.


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