-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingrefactoringStuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.Stuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingrefactoringStuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.Stuff that needs reworking to be less cumbersome to use, less error-prone, or easier to read.