|
BaseBagOfVisualWordsTModel, TPoint, TFeature, TClustering, TDetectorCompute Method (TFeature)
|
Note: This API is now obsolete.
Computes the Bag of Words model.
Namespace:
Accord.Imaging
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.6.0
Syntax[ObsoleteAttribute("Please use the Learn() method instead.")]
public void Compute(
TFeature[] features
)<ObsoleteAttribute("Please use the Learn() method instead.")>
Public Sub Compute (
features As TFeature()
) Request Example
View SourceParameters
- features
- Type: TFeature
The extracted image features to initialize the model.
Return Value
Type:
The list of feature points detected in all images.
See Also