Click or drag to resize
Accord.NET (logo)

BaseBagOfVisualWordsTModel, TFeature, TPoint, TClustering, TExtractorGetFeatureVector Method (ListTFeature)

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
[ObsoleteAttribute("Please use the Transform() method instead.")]
public double[] GetFeatureVector(
	List<TFeature> points
)
Request Example View Source

Parameters

points
Type: System.Collections.GenericListTFeature
The interest points of the image.

Return Value

Type: Double
A double vector with the same length as words in the code book.
See Also