|
BaseBagOfVisualWordsTModel, TFeature, TPoint, TClustering, TExtractorCompute Method (Bitmap)
|
Note: This API is now obsolete.
Computes the Bag of Words model.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Learn() method instead.")]
public List<TFeature>[] Compute(
Bitmap[] images
)
<ObsoleteAttribute("Please use the Learn() method instead.")>
Public Function Compute (
images As Bitmap()
) As List(Of TFeature)()
Request Example
View SourceParameters
- images
- Type: System.DrawingBitmap
The set of images to initialize the model.
Return Value
Type:
ListTFeatureThe list of feature points detected in all images.
See Also