Click or drag to resize
Accord.NET (logo)

BagOfVisualWords Constructor (Int32)

Constructs a new BagOfVisualWords using a surf feature detector to identify features.

Namespace:  Accord.Imaging
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public BagOfVisualWords(
	int numberOfWords
)
Request Example View Source

Parameters

numberOfWords
Type: SystemInt32
The number of codewords.
See Also