ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer > Class Template Reference

#include <itkScalarImageToCooccurrenceMatrixFilter.h>

+ Inheritance diagram for itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >:
+ Collaboration diagram for itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >:

Detailed Description

template<class TImageType, class THistogramFrequencyContainer = DenseFrequencyContainer2>
class itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >

This class computes a co-occurence matrix (histogram) from a given image and a mask image if provided. Coocurrence matrces are used for image texture description.

This filters creates a grey-level co-occurence matrix from a N-D scalar image. This is the first step in texture description a la Haralick. (See Haralick, R.M., K. Shanmugam and I. Dinstein. 1973. Textural Features for Image Classification. IEEE Transactions on Systems, Man and Cybernetics. SMC-3(6):610-620. See also Haralick, R.M. 1979. Statistical and Structural Approaches to Texture. Proceedings of the IEEE, 67:786-804.)

The basic idea is as follows: Given an image and an offset (e.g. (1, -1) for a 2-d image), grey-level co-occurences are pairs of intensity values for a specific pixel and the pixel at that offset from the specified pixel. These co-occurences can provide information about the visual texture of an image region – for example, an eight-bit image of alternating pixel-wide white and black vertical lines would have a large number of (0, 255) and (255, 0) co-occurences for offset (1, 0).

The offset (or offsets) along which the co-occurences are calculated can be set by the user. Traditionally, only one offset is used per histogram, and offset components in the range [-1, 1] are used. For rotation-invariant features, averages of features computed over several histograms with different offsets are generally used, instead of computing features from one histogram created with several offsets. Additionally, instead of using offsets of two or more pixels in any direction, multy-resulution techniques (e.g. image pyramids) are generally used to deal with texture at different spatial resolutions.

This class calculates a 2-d histogram of all the co-occurence pairs in the given image's requested region, for a given set of offsets. That is, if a given offset falls outside of the requested region at a particular point, that co-occurrence pair will not be added to the matrix.

The number of histogram bins on each axis can be set (defaults to 256). Also, by default the histogram min and max corresponds to the largest and smallest possible pixel value of that pixel type. To customize the histogram bounds for a given image, the max and min pixel values that will be placed in the histogram can be set manually. NB: The min and max are INCLUSIVE.

Further, the type of histogram frequency container used is an optional template parameter. By default, a dense container is used, but for images with little texture or in cases where the user wants more histogram bins, a sparse container can be used for the histogram instead.

WARNING: This probably won't work for pixels of double or long-double type unless you set the histogram min and max manually. This is because the largest histogram bin by default has max value of the largest possible pixel value plus 1. For double and long-double types, whose "RealType" as defined by the NumericTraits class is the same, and thus cannot hold any larger values, this would cause a float overflow.

See Also
MaskedScalarImageToCooccurrenceMatrixFilter
HistogramToTextureFeaturesFilter
ScalarImageTextureCalculator
Author
Zachary Pincus and Glenn Pierce

Definition at line 94 of file itkScalarImageToCooccurrenceMatrixFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef HistogramType::ConstPointer HistogramConstPointer
 
typedef HistogramType::Pointer HistogramPointer
 
typedef Histogram
< MeasurementType,
THistogramFrequencyContainer > 
HistogramType
 
typedef ImageType::ConstPointer ImageConstPointer
 
typedef ImageType::Pointer ImagePointer
 
typedef TImageType ImageType
 
typedef NumericTraits
< PixelType >::RealType 
MeasurementType
 
typedef
HistogramType::MeasurementVectorType 
MeasurementVectorType
 
typedef ImageType::OffsetType OffsetType
 
typedef VectorContainer
< unsigned char, OffsetType
OffsetVector
 
typedef OffsetVector::ConstPointer OffsetVectorConstPointer
 
typedef OffsetVector::Pointer OffsetVectorPointer
 
typedef ImageType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef ImageType::SizeType RadiusType
 
typedef ImageType::RegionType RegionType
 
typedef
ScalarImageToCooccurrenceMatrixFilter 
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 (void) const
 
const ImageTypeGetInput () const
 
const ImageTypeGetMaskImage () const
 
virtual PixelType GetMax () const
 
virtual PixelType GetMin () const
 
virtual const char * GetNameOfClass () const
 
const HistogramTypeGetOutput () const
 
void SetInput (const ImageType *image)
 
void SetMaskImage (const ImageType *image)
 
void SetOffset (const OffsetType offset)
 
void SetPixelValueMinMax (PixelType min, PixelType max)
 
virtual void SetOffsets (const OffsetVector *_arg)
 
virtual const OffsetVectorGetOffsets () const
 
virtual void SetNumberOfBinsPerAxis (unsigned int _arg)
 
virtual unsigned int GetNumberOfBinsPerAxis () const
 
virtual void SetNormalize (bool _arg)
 
virtual bool GetNormalize () const
 
virtual void NormalizeOn ()
 
virtual void NormalizeOff ()
 
virtual void SetInsidePixelValue (PixelType _arg)
 
virtual PixelType GetInsidePixelValue () const
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData ()
 
NameArray GetInputNames () const
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
virtual const float & GetProgress ()
 
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 SetProgress (float _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float amount)
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArray GetOutputs ()
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads ()
 
- 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 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
 
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 Attributes

static const unsigned int DefaultBinsPerAxis = 256
 

Protected Types

typedef DataObject::Pointer DataObjectPointer
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 

Protected Member Functions

virtual void FillHistogram (RadiusType radius, RegionType region)
 
virtual void FillHistogramWithMask (RadiusType radius, RegionType region, const ImageType *maskImage)
 
virtual void GenerateData ()
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx)
 
void PrintSelf (std::ostream &os, Indent indent) const
 
 ScalarImageToCooccurrenceMatrixFilter ()
 
virtual ~ScalarImageToCooccurrenceMatrixFilter ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateInputRequestedRegion ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (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
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
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 SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
virtual void VerifyInputInformation ()
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
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

void NormalizeHistogram (void)
 
void operator= (const Self &)
 
 ScalarImageToCooccurrenceMatrixFilter (const Self &)
 

Private Attributes

PixelType m_InsidePixelValue
 
MeasurementVectorType m_LowerBound
 
PixelType m_Max
 
PixelType m_Min
 
bool m_Normalize
 
unsigned int m_NumberOfBinsPerAxis
 
OffsetVectorConstPointer m_Offsets
 
MeasurementVectorType m_UpperBound
 

Additional Inherited Members

- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 

Member Typedef Documentation

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef SmartPointer< const Self > itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ConstPointer

Definition at line 101 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef DataObject::Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::DataObjectPointer
protected

Standard itk::ProcessObject subclass method.

Definition at line 186 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ProcessObject::DataObjectPointerArraySizeType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::DataObjectPointerArraySizeType
protected

Definition at line 188 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef HistogramType::ConstPointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::HistogramConstPointer

Definition at line 124 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef HistogramType::Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::HistogramPointer

Definition at line 123 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef Histogram< MeasurementType, THistogramFrequencyContainer > itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::HistogramType

Definition at line 122 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::ConstPointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ImageConstPointer

Definition at line 111 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ImagePointer

Definition at line 110 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef TImageType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ImageType

Definition at line 107 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef NumericTraits< PixelType >::RealType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::MeasurementType

Definition at line 120 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef HistogramType::MeasurementVectorType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::MeasurementVectorType

Definition at line 125 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::OffsetType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::OffsetType

Definition at line 115 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef VectorContainer< unsigned char, OffsetType > itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::OffsetVector

Definition at line 116 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef OffsetVector::ConstPointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::OffsetVectorConstPointer

Definition at line 118 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef OffsetVector::Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::OffsetVectorPointer

Definition at line 117 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::PixelType

Definition at line 112 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef SmartPointer< Self > itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::Pointer

Definition at line 100 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::SizeType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::RadiusType

Definition at line 114 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ImageType::RegionType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::RegionType

Definition at line 113 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ScalarImageToCooccurrenceMatrixFilter itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::Self

Standard typedefs

Definition at line 98 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
typedef ProcessObject itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::Superclass

Definition at line 99 of file itkScalarImageToCooccurrenceMatrixFilter.h.

Constructor & Destructor Documentation

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ScalarImageToCooccurrenceMatrixFilter ( )
protected
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::~ScalarImageToCooccurrenceMatrixFilter ( )
inlineprotectedvirtual

Definition at line 178 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::ScalarImageToCooccurrenceMatrixFilter ( const Self )
private

Member Function Documentation

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual::itk::LightObject::Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::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 TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::FillHistogram ( RadiusType  radius,
RegionType  region 
)
protectedvirtual
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::FillHistogramWithMask ( RadiusType  radius,
RegionType  region,
const ImageType maskImage 
)
protectedvirtual
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GenerateData ( )
protectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
const ImageType* itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetInput ( ) const
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetInsidePixelValue ( ) const
virtual

Set the pixel value of the mask that should be considered "inside" the object. Defaults to one.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
const ImageType* itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetMaskImage ( ) const
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetMax ( ) const
virtual
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetMin ( ) const
virtual
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual const char* itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ProcessObject.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual bool itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetNormalize ( ) const
virtual

Set the calculator to normalize the histogram (divide all bins by the total frequency). Normalization is off by default.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual unsigned int itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetNumberOfBinsPerAxis ( ) const
virtual

Set number of histogram bins along each axis

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual const OffsetVector* itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetOffsets ( ) const
virtual

Get/Set the offset or offsets over which the co-occurrence pairs will be computed. Calling either of these methods clears the previous offsets.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
const HistogramType* itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::GetOutput ( ) const

method to get the Histogram

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual DataObjectPointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::MakeOutput ( DataObjectPointerArraySizeType  idx)
protectedvirtual

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<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
static Pointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::New ( )
static

standard New() method support

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::NormalizeHistogram ( void  )
private
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::NormalizeOff ( )
virtual

Set the calculator to normalize the histogram (divide all bins by the total frequency). Normalization is off by default.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::NormalizeOn ( )
virtual

Set the calculator to normalize the histogram (divide all bins by the total frequency). Normalization is off by default.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::operator= ( const Self )
private
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::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::ProcessObject.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetInput ( const ImageType image)
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetInsidePixelValue ( PixelType  _arg)
virtual

Set the pixel value of the mask that should be considered "inside" the object. Defaults to one.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetMaskImage ( const ImageType image)

Method to set/get the mask image

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetNormalize ( bool  _arg)
virtual

Set the calculator to normalize the histogram (divide all bins by the total frequency). Normalization is off by default.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetNumberOfBinsPerAxis ( unsigned int  _arg)
virtual

Set number of histogram bins along each axis

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetOffset ( const OffsetType  offset)
template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
virtual void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetOffsets ( const OffsetVector _arg)
virtual

Get/Set the offset or offsets over which the co-occurrence pairs will be computed. Calling either of these methods clears the previous offsets.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
void itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::SetPixelValueMinMax ( PixelType  min,
PixelType  max 
)

Set the min and max (inclusive) pixel value that will be placed in the histogram

Member Data Documentation

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
const unsigned int itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::DefaultBinsPerAxis = 256
static

Definition at line 127 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_InsidePixelValue
private

Definition at line 213 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
MeasurementVectorType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_LowerBound
private

Definition at line 209 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_Max
private

Definition at line 206 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
PixelType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_Min
private

Definition at line 205 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
bool itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_Normalize
private

Definition at line 211 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
unsigned int itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_NumberOfBinsPerAxis
private

Definition at line 208 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
OffsetVectorConstPointer itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_Offsets
private

Definition at line 204 of file itkScalarImageToCooccurrenceMatrixFilter.h.

template<class TImageType , class THistogramFrequencyContainer = DenseFrequencyContainer2>
MeasurementVectorType itk::Statistics::ScalarImageToCooccurrenceMatrixFilter< TImageType, THistogramFrequencyContainer >::m_UpperBound
private

Definition at line 210 of file itkScalarImageToCooccurrenceMatrixFilter.h.


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