|
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
)
<ObsoleteAttribute("Please use the Transform() method instead.")>
Public Function GetFeatureVector (
value As UnmanagedImage
) As Double()
Request Example
View SourceParameters
- value
- Type: Accord.ImagingUnmanagedImage
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