BOWKMeansTrainerCluster Method |
http://www.emgu.com
Cluster the descriptors and return the cluster centers
Namespace:
Emgu.CV.Features2D
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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