Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics Class Reference

#include <mitkLabelStatisticsImageFilter.h>

Collaboration diagram for mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics:

Public Member Functions

 LabelStatistics ()
 
 LabelStatistics (unsigned int size, RealType lowerBound, RealType upperBound)
 
 ~LabelStatistics ()
 

Public Attributes

itk::SizeValueType m_Count
 
itk::SizeValueType m_CountOfPositivePixels
 
RealType m_Min
 
RealType m_Max
 
RealType m_Mean
 
itk::CompensatedSummation< RealTypem_Sum
 
itk::CompensatedSummation< RealTypem_SumOfPositivePixels
 
itk::CompensatedSummation< RealTypem_SumOfSquares
 
itk::CompensatedSummation< RealTypem_SumOfCubes
 
itk::CompensatedSummation< RealTypem_SumOfQuadruples
 
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
 
BoundingBoxType m_BoundingBox
 
HistogramPointer m_Histogram
 

Detailed Description

template<typename TInputImage>
class mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics

Definition at line 64 of file mitkLabelStatisticsImageFilter.h.

Constructor & Destructor Documentation

◆ LabelStatistics() [1/2]

template<typename TInputImage >
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::LabelStatistics ( )

◆ LabelStatistics() [2/2]

template<typename TInputImage >
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::LabelStatistics ( unsigned int  size,
RealType  lowerBound,
RealType  upperBound 
)

◆ ~LabelStatistics()

template<typename TInputImage >
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::~LabelStatistics ( )

Member Data Documentation

◆ m_BoundingBox

template<typename TInputImage >
BoundingBoxType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_BoundingBox

Definition at line 90 of file mitkLabelStatisticsImageFilter.h.

◆ m_Count

template<typename TInputImage >
itk::SizeValueType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Count

Definition at line 71 of file mitkLabelStatisticsImageFilter.h.

◆ m_CountOfPositivePixels

template<typename TInputImage >
itk::SizeValueType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_CountOfPositivePixels

Definition at line 72 of file mitkLabelStatisticsImageFilter.h.

◆ m_Entropy

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Entropy

Definition at line 87 of file mitkLabelStatisticsImageFilter.h.

◆ m_Histogram

template<typename TInputImage >
HistogramPointer mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Histogram

Definition at line 91 of file mitkLabelStatisticsImageFilter.h.

◆ m_Kurtosis

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Kurtosis

Definition at line 89 of file mitkLabelStatisticsImageFilter.h.

◆ m_Max

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Max

Definition at line 74 of file mitkLabelStatisticsImageFilter.h.

◆ m_Mean

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Mean

Definition at line 75 of file mitkLabelStatisticsImageFilter.h.

◆ m_Median

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Median

Definition at line 84 of file mitkLabelStatisticsImageFilter.h.

◆ m_Min

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Min

Definition at line 73 of file mitkLabelStatisticsImageFilter.h.

◆ m_MPP

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_MPP

Definition at line 83 of file mitkLabelStatisticsImageFilter.h.

◆ m_Sigma

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Sigma

Definition at line 81 of file mitkLabelStatisticsImageFilter.h.

◆ m_Skewness

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Skewness

Definition at line 88 of file mitkLabelStatisticsImageFilter.h.

◆ m_Sum

template<typename TInputImage >
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Sum

Definition at line 76 of file mitkLabelStatisticsImageFilter.h.

◆ m_SumOfCubes

template<typename TInputImage >
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfCubes

Definition at line 79 of file mitkLabelStatisticsImageFilter.h.

◆ m_SumOfPositivePixels

template<typename TInputImage >
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfPositivePixels

Definition at line 77 of file mitkLabelStatisticsImageFilter.h.

◆ m_SumOfQuadruples

template<typename TInputImage >
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfQuadruples

Definition at line 80 of file mitkLabelStatisticsImageFilter.h.

◆ m_SumOfSquares

template<typename TInputImage >
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfSquares

Definition at line 78 of file mitkLabelStatisticsImageFilter.h.

◆ m_Uniformity

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Uniformity

Definition at line 85 of file mitkLabelStatisticsImageFilter.h.

◆ m_UPP

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_UPP

Definition at line 86 of file mitkLabelStatisticsImageFilter.h.

◆ m_Variance

template<typename TInputImage >
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Variance

Definition at line 82 of file mitkLabelStatisticsImageFilter.h.


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