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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void Cluster(
	IOutputArray cluster
)

Parameters

cluster
Type: Emgu.CVIOutputArray
The cluster centers
See Also