Click or drag to resize
Accord.NET (logo)

HaralickDescriptorDictionaryAverage Method

Combines features generated from different GLCMs computed using different angulations by averaging them into a single vector.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double[] Average(
	int features
)
Request Example View Source

Parameters

features
Type: SystemInt32
The number of Haralick's original features to compute.

Return Value

Type: Double
A single vector containing the average of the values computed from the different HaralickDescriptors.
Remarks
If there are ddegrees in this collection, and nfeatures given to compute, the generated vector will have size n. All features from different degrees will be averaged into this single result vector.
See Also