Click or drag to resize
Accord.NET (logo)

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

Parameters

images
Type: System.DrawingBitmap
The set of images to initialize the model.

Return Value

Type: ListTFeature
The list of feature points detected in all images.
See Also