Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics Class Reference

Statistics stored per label. More...

#include <mitkExtendedLabelStatisticsImageFilter.h>

Public Member Functions

 LabelStatistics ()
 
 LabelStatistics (int size, RealType lowerBound, RealType upperBound)
 
 LabelStatistics (const LabelStatistics &l)
 
LabelStatisticsoperator= (const LabelStatistics &l)
 

Public Attributes

IdentifierType m_Count
 
RealType m_Minimum
 
RealType m_Maximum
 
RealType m_Mean
 
RealType m_Sum
 
RealType m_SumOfSquares
 
RealType m_Sigma
 
RealType m_Variance
 
RealType m_MPP
 
RealType m_Median
 
RealType m_Uniformity
 
RealType m_UPP
 
RealType m_Entropy
 
RealType m_Skewness
 
RealType m_Kurtosis
 
IdentifierType m_PositivePixelCount
 
RealType m_SumOfPositivePixels
 
RealType m_SumOfCubes
 
RealType m_SumOfQuadruples
 
Superclass::BoundingBoxType m_BoundingBox
 
HistogramType::Pointer m_Histogram
 

Detailed Description

template<class TInputImage, class TLabelImage>
class itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics

Statistics stored per label.

Definition at line 59 of file mitkExtendedLabelStatisticsImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TLabelImage >
itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( )
inline

Definition at line 64 of file mitkExtendedLabelStatisticsImageFilter.h.

References itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Entropy, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Kurtosis, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Median, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_MPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_PositivePixelCount, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Skewness, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfCubes, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfPositivePixels, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfQuadruples, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Uniformity, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_UPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance, and max().

template<class TInputImage , class TLabelImage >
itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( int  size,
RealType  lowerBound,
RealType  upperBound 
)
inline

Definition at line 103 of file mitkExtendedLabelStatisticsImageFilter.h.

References itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Entropy, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Kurtosis, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Median, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_MPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_PositivePixelCount, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Skewness, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfCubes, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfPositivePixels, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfQuadruples, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Uniformity, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_UPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance, max(), and mitk::New().

template<class TInputImage , class TLabelImage >
itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::LabelStatistics ( const LabelStatistics l)
inline

Definition at line 156 of file mitkExtendedLabelStatisticsImageFilter.h.

References itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Entropy, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Kurtosis, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Median, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_MPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_PositivePixelCount, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Skewness, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfCubes, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfPositivePixels, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfQuadruples, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Uniformity, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_UPP, and itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.

Member Function Documentation

template<class TInputImage , class TLabelImage >
LabelStatistics& itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::operator= ( const LabelStatistics l)
inline

Definition at line 182 of file mitkExtendedLabelStatisticsImageFilter.h.

References itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Entropy, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Kurtosis, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Median, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_MPP, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_PositivePixelCount, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Skewness, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfCubes, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfPositivePixels, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfQuadruples, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Uniformity, itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_UPP, and itk::ExtendedLabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.

Member Data Documentation


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