|
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
)
Public Function GetVector (
Optional features As Integer = 13
) As Double()
Request Example
View SourceParameters
- features (Optional)
- Type: SystemInt32
How many features to include in the vector. Default is 13.
Return Value
Type:
DoubleA vector with Haralick's features up
to the given number passed as input.
See Also