|
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
)
<ObsoleteAttribute("Please use the Learn() method instead.")>
Public Sub Compute (
features As TPoint()
)
Request Example
View SourceParameters
- 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