|   | 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
Syntaxpublic double[] GetVector(
	int features = 13
)
Public Function GetVector ( 
	Optional features As Integer = 13
) As Double()
Parameters
- 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
See Also