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

Color distance #6

Open
kirkbro opened this issue Nov 6, 2017 · 1 comment
Open

Color distance #6

kirkbro opened this issue Nov 6, 2017 · 1 comment

Comments

@kirkbro
Copy link

kirkbro commented Nov 6, 2017

The first part of assignment 02 asks for ranking of color distances in queries. The distance between colors C and C1 is defined as dist(C) = L2(C, C1), and distance between colors C, C1 and C2 as dist(C) = L2(C, C1)/L2(C, C2).

I assume this is not just Euclidean distance between colors. How is the L2 function defined?

@jf87
Copy link
Owner

jf87 commented Nov 6, 2017

It's just Euclidean distance :-)

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

No branches or pull requests

2 participants