Click or drag to resize
BOWKMeansTrainerCluster Method
http://www.emgu.com
Cluster the descriptors and return the cluster centers

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Cluster(
	IOutputArray cluster
)

Parameters

cluster
Type: Emgu.CVIOutputArray

[Missing <param name="cluster"/> documentation for "M:Emgu.CV.Features2D.BOWKMeansTrainer.Cluster(Emgu.CV.IOutputArray)"]

Return Value

Type: 
The cluster centers
See Also