Click or drag to resize
Accord.NET (logo)

BagOfVisualWordsTPoint Constructor (IImageFeatureExtractorTPoint, Int32)

Constructs a new BagOfVisualWords.

Namespace:  Accord.Imaging
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public BagOfVisualWords(
	IImageFeatureExtractor<TPoint> extractor,
	int numberOfWords
)
Request Example View Source

Parameters

extractor
Type: Accord.ImagingIImageFeatureExtractorTPoint
The feature extractor to use.
numberOfWords
Type: SystemInt32
The number of codewords.
See Also