You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The first part of assignment 02 asks for ranking of color distances in queries. The distance between colors
C
andC1
is defined asdist(C) = L2(C, C1)
, and distance between colorsC
,C1
andC2
asdist(C) = L2(C, C1)/L2(C, C2)
.I assume this is not just Euclidean distance between colors. How is the
L2
function defined?The text was updated successfully, but these errors were encountered: