18 #ifndef __itkHistogramToRunLengthFeaturesFilter_h
19 #define __itkHistogramToRunLengthFeaturesFilter_h
27 namespace Statistics {
65 template<
class THistogram >
86 typedef typename HistogramType::IndexType
IndexType;
87 typedef typename HistogramType::
91 using Superclass::SetInput;
152 itkGetMacro( TotalNumberOfRuns,
unsigned long );
166 LongRunHighGreyLevelEmphasis
167 } RunLengthFeatureName;
170 MeasurementType GetFeature( RunLengthFeatureName name );
175 void PrintSelf(std::ostream& os,
Indent indent)
const;
179 using Superclass::MakeOutput;
186 void operator=(
const Self&);
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkHistogramToRunLengthFeaturesFilter.hxx"