18 #ifndef __itkHistogramToTextureFeaturesFilter_h
19 #define __itkHistogramToTextureFeaturesFilter_h
102 template<
class THistogram >
127 typedef typename HistogramType::TotalAbsoluteFrequencyType
130 typedef typename HistogramType::TotalRelativeFrequencyType
137 using Superclass::SetInput;
199 } TextureFeatureName;
202 MeasurementType GetFeature(TextureFeatureName name);
207 void PrintSelf(std::ostream & os,
Indent indent)
const;
211 using Superclass::MakeOutput;
218 void operator=(
const Self &);
220 void ComputeMeansAndVariances(
double & pixelMean,
double & marginalMean,
221 double & marginalDevSquared,
double & pixelVariance);
228 #ifndef ITK_MANUAL_INSTANTIATION
229 #include "itkHistogramToTextureFeaturesFilter.hxx"