13 #ifndef mitkGIFCooccurenceMatrix_h
14 #define mitkGIFCooccurenceMatrix_h
35 itkFactorylessNewMacro(Self);
41 using Superclass::CalculateFeatures;
43 itkGetConstMacro(Ranges, std::vector<double>);
59 std::vector<double> m_Ranges;
#define MITKCLUTILITIES_EXPORT
FeatureID::ParametersType ParametersType
std::vector< std::pair< FeatureID, double > > FeatureListType
void ConfigureSettingsByParameters(const ParametersType ¶meters) override
void SetRanges(std::vector< double > ranges)
std::string GenerateLegacyFeatureNamePart(const FeatureID &id) const override
FeatureListType CalculateFeatures(const Image *image, const Image *mask, const Image *maskNoNAN) override
void AddArguments(mitkCommandLineParser &parser) const override
std::string GenerateLegacyFeatureEncoding(const FeatureID &id) const override
FeatureListType DoCalculateFeatures(const Image *image, const Image *mask) override
mitkClassMacro(GIFCooccurenceMatrix, AbstractGlobalImageFeature)
Calculates features based on the co-occurrence matrix.
void SetRange(double range)
Image class for storing images.
Find image slices visible on a given plane.