DEV Community

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

Collapse
 
webdva profile image
webdva

Interesting origin of the script.

By the way, I tried to see what features you used to segment the photos, but I can't find the features without closer inspection of the source code. What features does the script use to segment the photos?

Thread Thread
 
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.