Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkFirstOrderStatisticsFeatureFunctor.h>
Public Types | |
enum | OutputFeatures { MEAN, VARIANCE, SKEWNESS, KURTOSIS, MIN, MAX } |
typedef vnl_vector_fixed< TPixelOutputType, OutputCount > | OutputVectorType |
typedef TNeighborhoodType | NeighborhoodType |
Public Member Functions | |
NeighborhoodFirstOrderStatistics () | |
OutputVectorType | operator() (const NeighborhoodType &it) const |
Static Public Member Functions | |
static const char * | GetFeatureName (unsigned int f) |
Static Public Attributes | |
static const unsigned int | OutputCount |
Definition at line 13 of file itkFirstOrderStatisticsFeatureFunctor.h.
typedef TNeighborhoodType itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::NeighborhoodType |
Definition at line 17 of file itkFirstOrderStatisticsFeatureFunctor.h.
typedef vnl_vector_fixed<TPixelOutputType, OutputCount> itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::OutputVectorType |
Definition at line 16 of file itkFirstOrderStatisticsFeatureFunctor.h.
enum itk::Functor::NeighborhoodFirstOrderStatistics::OutputFeatures |
Enumerator | |
---|---|
MEAN | |
VARIANCE | |
SKEWNESS | |
KURTOSIS | |
MIN | |
MAX |
Definition at line 18 of file itkFirstOrderStatisticsFeatureFunctor.h.
|
inline |
Definition at line 23 of file itkFirstOrderStatisticsFeatureFunctor.h.
|
inlinestatic |
Definition at line 25 of file itkFirstOrderStatisticsFeatureFunctor.h.
|
inline |
Definition at line 31 of file itkFirstOrderStatisticsFeatureFunctor.h.
References itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::KURTOSIS, itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::MAX, max(), itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::MEAN, itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::MIN, min(), itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::SKEWNESS, and itk::Functor::NeighborhoodFirstOrderStatistics< TNeighborhoodType, TPixelOutputType >::VARIANCE.
|
static |
Definition at line 15 of file itkFirstOrderStatisticsFeatureFunctor.h.