#include <itkLabelStatisticsImageFilter.h>
Public Member Functions | |
| LabelStatistics () | |
| LabelStatistics (int size, RealType lowerBound, RealType upperBound) | |
| LabelStatistics (const LabelStatistics &l) | |
| LabelStatistics & | operator= (const LabelStatistics &l) |
Public Attributes | |
| unsigned long | m_Count |
| RealType | m_Minimum |
| RealType | m_Maximum |
| RealType | m_Mean |
| RealType | m_Sum |
| RealType | m_SumOfSquares |
| RealType | m_Sigma |
| RealType | m_Variance |
| BoundingBoxType | m_BoundingBox |
| HistogramType::Pointer | m_Histogram |
Definition at line 107 of file itkLabelStatisticsImageFilter.h.
|
|||||||||
|
Definition at line 112 of file itkLabelStatisticsImageFilter.h. References itkGetStaticConstMacro. |
|
||||||||||||||||||||
|
Definition at line 140 of file itkLabelStatisticsImageFilter.h. References itkGetStaticConstMacro, and itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >::RealType. |
|
||||||||||
|
||||||||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
1.3.5 written by Dimitri van Heesch,
© 1997-2000