|
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
)
<ObsoleteAttribute("Please use the Transform() method instead.")>
Public Function GetFeatureVector (
points As List(Of TFeature)
) As Double()
Request Example
View SourceParameters
- points
- Type: System.Collections.GenericListTFeature
The interest points of the image.
Return Value
Type:
DoubleA double vector with the same length as words
in the code book.
See Also