Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix calculus for likeness of colors #46

Open
starturtle opened this issue Oct 31, 2020 · 1 comment
Open

Fix calculus for likeness of colors #46

starturtle opened this issue Oct 31, 2020 · 1 comment
Assignees
Labels
bug Something isn't working refactoring Stuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.

Comments

@starturtle
Copy link
Owner

Right now, colors are computed as points in a 3D HSV cone space, and their likeness is computed as the distance between two of those points.
However, as soon as all of them have full saturation, the result is very, very poor. Either it's mainly about the relation between saturation and value, or the curve must not be direct (but rather spiraling or going around edges).
This will likely require further investigation.

Also, this relates to #34, where the image processing functionality should be rendered testable with automatic testing.

@starturtle starturtle added bug Something isn't working refactoring Stuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read. labels Oct 31, 2020
@starturtle starturtle added this to the Usability Extension milestone Oct 31, 2020
@starturtle starturtle self-assigned this Nov 13, 2020
@starturtle
Copy link
Owner Author

added change (i.e. switch from HSL cone distances to YUV channel distances) to another branch (i.e. feature branch for #34 - first imaging related unit tests)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactoring Stuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.
Projects
None yet
Development

No branches or pull requests

1 participant