Replies: 3 comments 5 replies
-
|
Good suggestion and thanks for submitting it. I really dislike the lack of a proper colour model in I am inclined to use 𝚫E (CIE 2000) for the difference calculation. Is that going to be ok for you? The function would be called Let me power up some coffee and see what I can come up with. |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to use this as motivation to get |
Beta Was this translation helpful? Give feedback.
-
|
You might find the code that uses color ranges in Image.chroma_mask/2 to be relevant. It deals with color ranges rather than color similarity but there is some overlap of intent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's your thoughts on adding function(s) to detect the color difference between two colors? My use case is that I have two images that I'm detecting the
Image.dominant_color/1and want to see see how similar those colors areI was reading more about the math behind it here:
https://stackoverflow.com/questions/27374550/how-to-compare-color-object-and-get-closest-color-in-an-color/27375621#27375621
Feel free to close this if you don't think it fits this library and/or it's a crazy idea
Beta Was this translation helpful? Give feedback.
All reactions