Similarity Between Colors

后端 未结 3 458
小蘑菇
小蘑菇 2020-12-11 20:39

I\'m writing a program that works with images and at some point I need to posterize the image. This means I need to bin the colors, but I\'m having trouble deciding how to t

3条回答
  •  北海茫月
    2020-12-11 21:05

    What do you mean by "posterize the image"?

    If you're trying to cluster the colors into bins, you should look at cluster analysis

提交回复
热议问题