Hi,
I am seeking some advice about how to tackle a programming problem.
I'm not wanting code just some suggested ways of handling the problem.
I am trying to develop a program that displays images that have similar visual properties. For each image, and for each of the rgb colors I have developed numbers in the way of a profile eg. 1 image might be R132.05,G124.12,B104.60.
Now I have established that + or - say 2% of each of these values is relevant.
Assume I have a few hundred images, I would like to be able to group images that fall within +or- 2% margin of each image for each of the rgb stats.
I would see the outcome as being say a few groups of 5 or 6 images each, with a lot that are not similar enough to group.
All suggestions welcome.
Thank you