Page 1 of 1

For pixels p(x, y), q(s, t), the Euclidean distance between p and q is defined as:

Posted: Thu Jul 14, 2022 10:06 am
by answerhappygod
a) D(p, q) = [(x – s)2 + (y – t)2]1/2
b) D(p, q) = |x – s| + |y – t|
c) D(p, q) = max (|x – s| + |y – t|)
d) None of the mentioned