![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkLabelStatisticsImageFilter.h>
Statistics stored per label.
Definition at line 118 of file itkLabelStatisticsImageFilter.h.
Collaboration diagram for itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics:Public Member Functions | |
| LabelStatistics () | |
| LabelStatistics (const LabelStatistics &l) | |
| LabelStatistics (int size, RealType lowerBound, RealType upperBound) | |
| LabelStatistics (LabelStatistics &&)=default | |
| LabelStatistics & | operator= (const LabelStatistics &l) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const LabelStatistics &labelStatistics) |
|
inline |
Definition at line 122 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
|
inline |
Definition at line 149 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), New(), itk::NumericTraits< T >::NonpositiveMin(), and itk::Array< TValue >::SetSize().
|
inline |
Definition at line 189 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.
|
default |
|
inline |
Definition at line 207 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.
|
friend |
Definition at line 225 of file itkLabelStatisticsImageFilter.h.
| 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 |
1.9.3