30 #ifndef __itkEnhancedScalarImageToTextureFeaturesFilter_h
31 #define __itkEnhancedScalarImageToTextureFeaturesFilter_h
33 #include "itkDataObjectDecorator.h"
36 #include "itkScalarImageToCooccurrenceMatrixFilter.h"
116 template<
typename TImageType,
117 typename THistogramFrequencyContainer = DenseFrequencyContainer2 >
143 typedef ScalarImageToCooccurrenceMatrixFilter<
161 typedef DataObjectDecorator< FeatureValueVector >
170 using Superclass::SetInput;
206 itkGetConstMacro(FastCalculations,
bool);
207 itkSetMacro(FastCalculations,
bool);
208 itkBooleanMacro(FastCalculations);
213 void PrintSelf(std::ostream & os, Indent indent)
const ITK_OVERRIDE;
236 bool m_FastCalculations;
241 #ifndef ITK_MANUAL_INSTANTIATION
242 #include "itkEnhancedScalarImageToTextureFeaturesFilter.hxx"