Click or drag to resize
Accord.NET (logo)

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

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(
	UnmanagedImage value
)
Request Example View Source

Parameters

value
Type: Accord.ImagingUnmanagedImage
The image to be processed.

Return Value

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

Implements

IBagOfWordsTGetFeatureVector(T)
See Also