For pixels p(x, y), q(s, t), the city-block distance between p and q is defined as: 1/2 b) D(p, q) = |x – s| + |y – t| c) D(p, q) = max (|x – s| + |y – t|) d) None of the mentioned
For pixels p(x, y), q(s, t), the city-block distance between p and q is defined as: 1/2 b) D(p, q) = |x – s| + |y – t| c) D(p, q) = max (|x – s| + |y – t|) d) None of the mentioned Correct Answer (x – s)2 + (y – t)2
The city-block distance for pixels p(x, y), q(s, t) is the D4 distance given by: D(p, q) = |x – s| + |y – t|.