ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelStatisticsImageFilter.h>
Statistics stored per label.
Definition at line 115 of file itkLabelStatisticsImageFilter.h.
Public Member Functions | |
LabelStatistics () | |
LabelStatistics (int size, RealType lowerBound, RealType upperBound) | |
LabelStatistics (const LabelStatistics &l) | |
LabelStatistics & | operator= (const LabelStatistics &l) |
|
inline |
Definition at line 120 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 147 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), itk::NumericTraits< T >::NonpositiveMin(), and itk::Array< TValueType >::SetSize().
|
inline |
Definition at line 187 of file itkLabelStatisticsImageFilter.h.
References itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.
|
inline |
Definition at line 202 of file itkLabelStatisticsImageFilter.h.
References itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance.
BoundingBoxType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox |
IdentifierType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count |
HistogramType::Pointer itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares |
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance |