k-medoid clustering in OpenCV
I want to apply k-medoid clustering in OpenCV. Has anyone already implemented the same ? If yes, can you share the code snippet ?
I want to apply k-medoid clustering in OpenCV. Has anyone already implemented the same ? If yes, can you share the code snippet ?
Do you mean kmeans? Its available in opencv - i use it for color clustering.
Thanks for the reply. I meant k-medoid though. I have used k means, and I want to compare my results with k medoid
Asked: 2019-08-30 13:59:15 -0600
Seen: 550 times
Last updated: Aug 30 '19
you can share the code ?