I want to cluster a lot of images with the K-Means
Algorithm. I want to set up the clusters, so that each cluster represent the dominant color or the hue of the image. I've read something about this in the paper Colour Image Clustering using K-Means
Does someone have an idea to do this in OpenCV?
Maybe I can compare the histograms of each image. But if I have a lot of pictures it takes a very long time