WARNING: DKM is trained on a specific resolution, and is sensitive to the image resolution used. This means that feeding images of a different resolution (higher or lower), may give significantly ...
This is a generic k-means clustering algorithm written in C++, intended to be used as a header-only library. Requires C++11. The algorithm is based on Lloyds Algorithm and uses the kmeans++ ...