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
Syntaxpublic void Cluster(
IOutputArray cluster
)
Public Sub Cluster (
cluster As IOutputArray
)
public:
void Cluster(
IOutputArray^ cluster
)
member Cluster :
cluster : IOutputArray -> unit
Parameters
- cluster
- Type: Emgu.CVIOutputArray
The cluster centers
See Also