Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkLabelStatisticsImageFilter.h>
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< RealType > | m_Sum |
itk::CompensatedSummation< RealType > | m_SumOfPositivePixels |
itk::CompensatedSummation< RealType > | m_SumOfSquares |
itk::CompensatedSummation< RealType > | m_SumOfCubes |
itk::CompensatedSummation< RealType > | m_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 |
Definition at line 64 of file mitkLabelStatisticsImageFilter.h.
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::LabelStatistics | ( | ) |
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::LabelStatistics | ( | unsigned int | size, |
RealType | lowerBound, | ||
RealType | upperBound | ||
) |
mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::~LabelStatistics | ( | ) |
BoundingBoxType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_BoundingBox |
Definition at line 90 of file mitkLabelStatisticsImageFilter.h.
itk::SizeValueType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Count |
Definition at line 71 of file mitkLabelStatisticsImageFilter.h.
itk::SizeValueType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_CountOfPositivePixels |
Definition at line 72 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Entropy |
Definition at line 87 of file mitkLabelStatisticsImageFilter.h.
HistogramPointer mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Histogram |
Definition at line 91 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Kurtosis |
Definition at line 89 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Max |
Definition at line 74 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Mean |
Definition at line 75 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Median |
Definition at line 84 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Min |
Definition at line 73 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_MPP |
Definition at line 83 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Sigma |
Definition at line 81 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Skewness |
Definition at line 88 of file mitkLabelStatisticsImageFilter.h.
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Sum |
Definition at line 76 of file mitkLabelStatisticsImageFilter.h.
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfCubes |
Definition at line 79 of file mitkLabelStatisticsImageFilter.h.
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfPositivePixels |
Definition at line 77 of file mitkLabelStatisticsImageFilter.h.
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfQuadruples |
Definition at line 80 of file mitkLabelStatisticsImageFilter.h.
itk::CompensatedSummation<RealType> mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_SumOfSquares |
Definition at line 78 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Uniformity |
Definition at line 85 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_UPP |
Definition at line 86 of file mitkLabelStatisticsImageFilter.h.
RealType mitk::LabelStatisticsImageFilter< TInputImage >::LabelStatistics::m_Variance |
Definition at line 82 of file mitkLabelStatisticsImageFilter.h.