#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::LabelStatisticsImageFilter< TInputImage, TLabelImage >::ImageDimension, m_BoundingBox, m_Count, m_Histogram, m_Maximum, m_Mean, m_Minimum, m_Sigma, m_Sum, m_SumOfSquares, m_Variance, itk::NumericTraits< T >::max(), and itk::NumericTraits< T >::NonpositiveMin().
Referenced by LabelStatistics(), LabelStatistics(), operator<<, and operator=().
|
inline |
Definition at line 149 of file itkLabelStatisticsImageFilter.h.
References itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::ImageDimension, m_BoundingBox, m_Count, m_Histogram, m_Maximum, m_Mean, m_Minimum, m_Sigma, m_Sum, m_SumOfSquares, m_Variance, itk::NumericTraits< T >::max(), itk::Statistics::Histogram< RealType >::New(), itk::NumericTraits< T >::NonpositiveMin(), and itk::Array< TValue >::SetSize().
|
inline |
Definition at line 189 of file itkLabelStatisticsImageFilter.h.
References LabelStatistics(), m_BoundingBox, m_Count, m_Histogram, m_Maximum, m_Mean, m_Minimum, m_Sigma, m_Sum, m_SumOfSquares, and m_Variance.
|
default |
References LabelStatistics().
|
inline |
Definition at line 207 of file itkLabelStatisticsImageFilter.h.
References LabelStatistics(), m_BoundingBox, m_Count, m_Histogram, m_Maximum, m_Mean, m_Minimum, m_Sigma, m_Sum, m_SumOfSquares, and m_Variance.
|
friend |
Definition at line 225 of file itkLabelStatisticsImageFilter.h.
References LabelStatistics(), m_BoundingBox, m_Count, m_Histogram, m_Maximum, m_Mean, m_Minimum, m_Sigma, m_Sum, m_SumOfSquares, and m_Variance.
BoundingBoxType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_BoundingBox |
Definition at line 266 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
IdentifierType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Count |
Definition at line 258 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
HistogramType::Pointer itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Histogram |
Definition at line 267 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Maximum |
Definition at line 260 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Mean |
Definition at line 261 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Minimum |
Definition at line 259 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sigma |
Definition at line 264 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Sum |
Definition at line 262 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_SumOfSquares |
Definition at line 263 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().
RealType itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::LabelStatistics::m_Variance |
Definition at line 265 of file itkLabelStatisticsImageFilter.h.
Referenced by LabelStatistics(), LabelStatistics(), LabelStatistics(), operator<<, and operator=().