21 #ifndef otbScalarImageToHigherOrderTexturesFilter_h
22 #define otbScalarImageToHigherOrderTexturesFilter_h
24 #include "itkImageToImageFilter.h"
25 #include "itkScalarImageToRunLengthFeaturesFilter.h"
72 template <
class TInpuImage,
class TOutputImage>
78 typedef itk::ImageToImageFilter<TInpuImage, TOutputImage>
Superclass;
93 typedef typename InputRegionType::SizeType
SizeType;
120 itkSetMacro(NumberOfBinsPerAxis,
unsigned int);
123 itkGetMacro(NumberOfBinsPerAxis,
unsigned int);
138 itkGetConstMacro(FastCalculations,
bool);
139 itkSetMacro(FastCalculations,
bool);
140 itkBooleanMacro(FastCalculations);
143 itkSetMacro(SubsampleFactor,
SizeType);
146 itkGetMacro(SubsampleFactor,
SizeType);
233 #ifndef OTB_MANUAL_INSTANTIATION