|   | BaseBagOfVisualWordsTModel, TFeature, TPoint, TClustering, TExtractorGetFeatureVector Method (String) | 
        
         Note: This API is now obsolete.
              Gets the codeword representation of a given image.
            
 
    Namespace: 
   Accord.Imaging
    Assembly:
   Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
 Syntax
Syntax[ObsoleteAttribute("Please use the Transform() method instead.")]
public double[] GetFeatureVector(
	string value
)<ObsoleteAttribute("Please use the Transform() method instead.")>
Public Function GetFeatureVector ( 
	value As String
) As Double()Parameters
- value
- Type: SystemString
 The image to be processed.
Return Value
Type: 
DoubleA double vector with the same length as words
            in the code book.
Implements
IBagOfWordsTGetFeatureVector(T) See Also
See Also