ITK
6.0.0
Insight Toolkit
|
#include <itkLabelStatisticsImageFilter.h>
Statistics stored per label.
Definition at line 118 of file itkLabelStatisticsImageFilter.h.
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 226 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 |