ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | 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 >:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using FrequencyType = typename HistogramType::TotalAbsoluteFrequencyType
 
using HistogramConstPointer = typename HistogramType::ConstPointer
 
using HistogramPointer = typename HistogramType::Pointer
 
using HistogramType = THistogram
 
using IndexType = typename HistogramType::IndexType
 
using MeasurementType = typename HistogramType::MeasurementType
 
using MeasurementVectorType = typename HistogramType::MeasurementVectorType
 
using Pointer = SmartPointer< Self >
 
using Self = HistogramToRunLengthFeaturesFilter
 
using Superclass = ProcessObject
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
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

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () 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 ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
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)
 
virtual void SetReleaseDataFlag (bool val)
 
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 SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- 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
 
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 ()
 
using DataObjectPointer = DataObject::Pointer
 
using MeasurementObjectType = SimpleDataObjectDecorator< MeasurementType >
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
unsigned long m_TotalNumberOfRuns
 
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
 
virtual unsigned long GetTotalNumberOfRuns ()
 
MeasurementType GetFeature (RunLengthFeatureEnum feature)
 
 HistogramToRunLengthFeaturesFilter ()
 
 ~HistogramToRunLengthFeaturesFilter () override=default
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType) override
 
void GenerateData () override
 

Additional Inherited Members

- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void GenerateOutputInformation ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- 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 ()
 
- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ProcessObject
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

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: https://www.insight-journal.org/browse/publication/231

See also
ScalarImageToRunLengthFeaturesFilter
ScalarImageToRunLengthMatrixFilter
HistogramToRunLengthFeaturesFilter
Author
: Nick Tustison

Definition at line 101 of file itkHistogramToRunLengthFeaturesFilter.h.

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 110 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ DataObjectPointer

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

Smart Pointer type to a DataObject.

Definition at line 135 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ DataObjectPointerArraySizeType

Make a DataObject to be used for output output.

Definition at line 240 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ FrequencyType

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

Definition at line 124 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramConstPointer

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

Definition at line 120 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramPointer

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

Definition at line 119 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramType

template<typename THistogram >
using itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::HistogramType = THistogram

Definition at line 118 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ IndexType

template<typename THistogram >
using itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::IndexType = typename HistogramType::IndexType

Definition at line 123 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementObjectType

Type of DataObjects used for scalar outputs

Definition at line 138 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementType

template<typename THistogram >
using itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MeasurementType = typename HistogramType::MeasurementType

Definition at line 121 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementVectorType

template<typename THistogram >
using itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MeasurementVectorType = typename HistogramType::MeasurementVectorType

Definition at line 122 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Pointer

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

Definition at line 109 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Self

Standard type alias

Definition at line 107 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Superclass

template<typename THistogram >
using itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::Superclass = ProcessObject

Definition at line 108 of file itkHistogramToRunLengthFeaturesFilter.h.

Constructor & Destructor Documentation

◆ HistogramToRunLengthFeaturesFilter()

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

Smart Pointer type to a DataObject.

◆ ~HistogramToRunLengthFeaturesFilter()

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

Smart Pointer type to a DataObject.

Member Function Documentation

◆ CreateAnother()

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.

◆ GenerateData()

template<typename THistogram >
void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GenerateData ( )
overrideprotectedvirtual

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

◆ GetFeature()

template<typename THistogram >
MeasurementType itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetFeature ( RunLengthFeatureEnum  feature)

convenience method to access the run length values

◆ GetGreyLevelNonuniformity()

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

Methods to return the grey level nonuniformity.

◆ GetGreyLevelNonuniformityOutput()

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

Smart Pointer type to a DataObject.

◆ GetHighGreyLevelRunEmphasis()

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

Methods to return the high grey level run emphasis.

◆ GetHighGreyLevelRunEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetInput()

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

Smart Pointer type to a DataObject.

◆ GetLongRunEmphasis()

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

Methods to return the long run emphasis.

◆ GetLongRunEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetLongRunHighGreyLevelEmphasis()

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

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

◆ GetLongRunHighGreyLevelEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetLongRunLowGreyLevelEmphasis()

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

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

◆ GetLongRunLowGreyLevelEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetLowGreyLevelRunEmphasis()

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

Methods to return the low grey level run emphasis.

◆ GetLowGreyLevelRunEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetNameOfClass()

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

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

◆ GetRunLengthNonuniformity()

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

Methods to return the run length nonuniformity.

◆ GetRunLengthNonuniformityOutput()

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

Smart Pointer type to a DataObject.

◆ GetShortRunEmphasis()

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

Methods to return the short run emphasis.

◆ GetShortRunEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetShortRunHighGreyLevelEmphasis()

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

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

◆ GetShortRunHighGreyLevelEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetShortRunLowGreyLevelEmphasis()

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

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

◆ GetShortRunLowGreyLevelEmphasisOutput()

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

Smart Pointer type to a DataObject.

◆ GetTotalNumberOfRuns()

template<typename THistogram >
virtual unsigned long itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::GetTotalNumberOfRuns ( )
virtual

Smart Pointer type to a DataObject.

◆ MakeOutput()

template<typename THistogram >
DataObjectPointer itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::MakeOutput ( DataObjectPointerArraySizeType  )
overrideprotectedvirtual

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

◆ New()

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

standard New() method support

◆ PrintSelf()

template<typename THistogram >
void itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Smart Pointer type to a DataObject.

Reimplemented from itk::ProcessObject.

◆ SetInput()

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

Smart Pointer type to a DataObject.

Member Data Documentation

◆ m_TotalNumberOfRuns

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

Smart Pointer type to a DataObject.

Definition at line 248 of file itkHistogramToRunLengthFeaturesFilter.h.


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