ITK
5.2.0
Insight Toolkit
|
#include <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) |
Statistics stored per label.
Definition at line 117 of file itkLabelStatisticsImageFilter.h.
|
inline |
Definition at line 121 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), itk::NumericTraits< T >::NonpositiveMin(), and itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 148 of file itkLabelStatisticsImageFilter.h.
References itk::NumericTraits< T >::max(), itk::NumericTraits< T >::NonpositiveMin(), itk::Array< TValue >::SetSize(), and itk::NumericTraits< T >::ZeroValue().
|
inline |
Definition at line 188 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 206 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 |