Click or drag to resize
Accord.NET (logo)

BagOfVisualWordsTPoint Constructor (IImageFeatureExtractorTPoint, IUnsupervisedLearningIClassifierDouble, Int32, Double, 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,
	IUnsupervisedLearning<IClassifier<double[], int>, double[], int> algorithm
)
Request Example View Source

Parameters

extractor
Type: Accord.ImagingIImageFeatureExtractorTPoint
The feature extractor to use.
algorithm
Type: Accord.MachineLearningIUnsupervisedLearningIClassifierDouble, Int32, Double, Int32
The clustering algorithm to use.
See Also