DEV Community

Discussion on: groupImg - Using k-means to organize your images

 
victorqribeiro profile image
Victor Ribeiro

right now it only uses a histogram of the image as features, or if you pass the -s flag it will also include the width and height of the image. I had a prototype that uses other features (like corners) but it's not significantly better.