If I have two images which are both the left side view of a the same shoe in different styles, how can I determine by which color(s) they differ? Perhaps it's a shoe in two styles, one style has pink laces and a white side, the other has white laces and a yellow side. I want:
Image One Colors: C1=Pink, C2=White
Image Two Colors: C1=White, C2=Yellow
No super high level algorithms, but I don't need actual implemented code either. Perhaps just loops, data structures, conditions..
The actual shoe part of the image will be on a white background. These will be photographs similar to what you'd see on endless.com or zappos.com so they're very similar, but require some tolerance.