Click or drag to resize
Accord.NET (logo)

HaralickDescriptorGetVector Method

Creates a feature vector with the chosen feature functions.

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

Parameters

features (Optional)
Type: SystemInt32
How many features to include in the vector. Default is 13.

Return Value

Type: Double
A vector with Haralick's features up to the given number passed as input.
See Also