13 #ifndef mitkGIFCooccurenceMatrix2_h
14 #define mitkGIFCooccurenceMatrix2_h
20 #include <itkeigen/Eigen/src/Core/Array.h>
136 itkFactorylessNewMacro(Self);
142 using Superclass::CalculateFeatures;
144 itkGetConstMacro(Ranges, std::vector<double>);
158 std::vector<double> m_Ranges;
#define MITKCLUTILITIES_EXPORT
FeatureID::ParametersType ParametersType
std::vector< std::pair< FeatureID, double > > FeatureListType
Calculates features based on the co-occurrence matrix.
FeatureListType CalculateFeatures(const Image *image, const Image *mask, const Image *maskNoNAN) override
void SetRange(double range)
void ConfigureSettingsByParameters(const ParametersType ¶meters) override
void AddArguments(mitkCommandLineParser &parser) const override
void SetRanges(std::vector< double > ranges)
std::string GenerateLegacyFeatureEncoding(const FeatureID &id) const override
mitkClassMacro(GIFCooccurenceMatrix2, AbstractGlobalImageFeature)
FeatureListType DoCalculateFeatures(const Image *image, const Image *mask) override
Image class for storing images.
Find image slices visible on a given plane.