BOWKMeansTrainerCluster Method (Mat) OpenCvSharp Class Library
Clusters train descriptors.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override Mat Cluster(
	Mat descriptors
)

Parameters

descriptors
Type: OpenCvSharp.CPlusPlusMat
Descriptors to cluster. Each row of the descriptors matrix is a descriptor. Descriptors are not added to the inner train descriptor set. The vocabulary consists of cluster centers. So, this method returns the vocabulary. In the first variant of the method, train descriptors stored in the object are clustered.In the second variant, input descriptors are clustered.

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.BOWKMeansTrainer.Cluster(OpenCvSharp.CPlusPlus.Mat)"]

See Also

Reference