cluster (cv.BOWKMeansTrainer) - MATLAB File Help |
Clusters train descriptors
centers = trainer.cluster()
centers = trainer.cluster(descs)
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.
Access | public |
Sealed | false |
Static | false |