ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Private Attributes | List of all members
itk::Statistics::HistogramToRunLengthFeaturesFilter< THistogram > Class Template Reference

#include <itkHistogramToRunLengthFeaturesFilter.h>

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
Author
: Nick Tustison

Definition at line 100 of file itkHistogramToRunLengthFeaturesFilter.h.

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

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DataObjectPointer = DataObject::Pointer
 
using FrequencyType = typename HistogramType::TotalAbsoluteFrequencyType
 
using HistogramConstPointer = typename HistogramType::ConstPointer
 
using HistogramPointer = typename HistogramType::Pointer
 
using HistogramType = THistogram
 
using IndexType = typename HistogramType::IndexType
 
using MeasurementObjectType = SimpleDataObjectDecorator< MeasurementType >
 
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

MeasurementType GetFeature (RunLengthFeatureEnum feature)
 
const char * GetNameOfClass () const override
 
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 AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
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 PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
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 SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- 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
 
LightObject::Pointer CreateAnother () const override
 
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 ()
 

Protected Types

using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 

Protected Member Functions

void GenerateData () override
 
 HistogramToRunLengthFeaturesFilter ()
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType) override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~HistogramToRunLengthFeaturesFilter () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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 DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
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 idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
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
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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 Attributes

unsigned long m_TotalNumberOfRuns {}
 

Additional Inherited Members

- 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
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

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

Definition at line 109 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 134 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ DataObjectPointerArraySizeType

Make a DataObject to be used for output output.

Definition at line 239 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ FrequencyType

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

Definition at line 123 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramConstPointer

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

Definition at line 119 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramPointer

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

Definition at line 118 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ HistogramType

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

Definition at line 117 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ IndexType

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

Definition at line 122 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementObjectType

Type of DataObjects used for scalar outputs

Definition at line 137 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementType

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

Definition at line 120 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ MeasurementVectorType

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

Definition at line 121 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Pointer

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

Definition at line 108 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Self

Standard type alias

Definition at line 106 of file itkHistogramToRunLengthFeaturesFilter.h.

◆ Superclass

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

Definition at line 107 of file itkHistogramToRunLengthFeaturesFilter.h.

Constructor & Destructor Documentation

◆ HistogramToRunLengthFeaturesFilter()

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

◆ ~HistogramToRunLengthFeaturesFilter()

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

Member Function Documentation

◆ GenerateData()

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

This method causes the filter to generate its output.

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

Methods to return the grey level nonuniformity.

◆ 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

Methods to return the high grey level run emphasis.

◆ GetInput()

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

◆ 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

Methods to return the long run emphasis.

◆ 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

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

◆ 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

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

◆ 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

Methods to return the low grey level run emphasis.

◆ GetNameOfClass()

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

◆ 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

Methods to return the run length nonuniformity.

◆ 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

Methods to return the short run emphasis.

◆ 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

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

◆ 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

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

◆ GetTotalNumberOfRuns()

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

◆ MakeOutput()

template<typename THistogram >
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.

◆ 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

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.

◆ SetInput()

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

Member Data Documentation

◆ m_TotalNumberOfRuns

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

Definition at line 247 of file itkHistogramToRunLengthFeaturesFilter.h.


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