Calculate how humans perceive similarity between different colours

前端 未结 3 1176
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 05:41

I\'m working on a site where users can describe a physical object using (amongst many other things) any color in the rgb 0-255 range. We offer some simplified palettes for e

3条回答
  •  既然无缘
    2020-12-10 06:01

    This sounds like a prime example for a neural net based approach (if you are in an experimenting mode :) because it's about creating a decision rule that mimics Human perception. A neural net that has six inputs (r, r', g, g', b, b') and one output (is_similar) can be easily trained by using e.g. your own perception of similarity as the training source!

提交回复
热议问题