|
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
)
Public Function Average (
features As Integer
) As Double()
Request Example
View SourceParameters
- features
- Type: SystemInt32
The number of Haralick's original features to compute.
Return Value
Type:
DoubleA 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