Click or drag to resize
Accord.NET (logo)

BaseBagOfVisualWordsTModel, TFeature, TPoint, TClustering, TExtractorCompute Method (TPoint)

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 void Compute(
	TPoint[] features
)
Request Example View Source

Parameters

features
Type: TPoint
The extracted image features to initialize the model.

Return Value

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