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

1128 improve color matching #1166

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

sidharth-sundar
Copy link
Collaborator

Closes #1128

This is the current implementation for CIELAB color matching which takes gaussian distance in 3D CIELAB space as a feature and creates a bounding sphere for per-object color values. We found that this approach is flawed, and can be improved by using the Mahalanobis distance to create a bounding range. More details are available in the write-up, located here: https://docs.google.com/document/d/1cTtY67oCg_8EX1lfU6srxbjPAPtC1NnpAx5RVXyFRlI/edit?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improved color matching through a change of coordinates
1 participant