13 #ifndef mitkGIFCooccurenceMatrix2_h 14 #define mitkGIFCooccurenceMatrix2_h 20 #include <Eigen/src/Core/Array.h> 136 itkFactorylessNewMacro(
Self);
142 using Superclass::CalculateFeatures;
144 itkGetConstMacro(Ranges, std::vector<double>);
145 void SetRanges(std::vector<double> ranges);
146 void SetRange(
double range);
151 std::string GenerateLegacyFeatureEncoding(
const FeatureID&
id)
const override;
155 void ConfigureSettingsByParameters(
const ParametersType& parameters)
override;
158 std::vector<double> m_Ranges;
162 #endif //mitkGIFCooccurenceMatrix2_h
Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
Calculates features based on the co-occurence matrix.
#define mitkClassMacro(className, SuperClassName)
Image class for storing images.
std::vector< std::pair< FeatureID, double > > FeatureListType
#define MITKCLUTILITIES_EXPORT
FeatureID::ParametersType ParametersType