Skip to content

Fix calculus for likeness of colors #46

Description

@starturtle

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrefactoringStuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions