13 #ifndef mitkGIFNeighbouringGreyLevelDependenceFeatures_h
14 #define mitkGIFNeighbouringGreyLevelDependenceFeatures_h
20 #include <itkeigen/Eigen/src/Core/Array.h>
120 itkFactorylessNewMacro(
Self);
126 using Superclass::CalculateFeatures;
128 itkGetConstMacro(Ranges, std::vector<double>);
129 void SetRanges(std::vector<double> ranges);
130 void SetRange(
double range);
131 itkGetConstMacro(Alpha,
int);
132 itkSetMacro(Alpha,
int);
137 std::string GenerateLegacyFeatureEncoding(
const FeatureID&
id)
const override;
141 void ConfigureSettingsByParameters(
const ParametersType& parameters)
override;
144 std::vector<double> m_Ranges;