Chessboard_distance Chessboard_distance

Chessboard distance - Definition and Overview

Chessboard distance is a metric that can be used to measure distances. This metric assumes that you can make moves, for example on a pixel grid (digital image), as if you were a King making moves in chess, i.e. a diagonal move counts the same as a horizontal move.

This means that the metric is given by

<math>D_{Chess} = max \left ( \left | \left ( x_2 - x_1 \right) \right | , \left | \left ( y_2 - y_1 \right ) \right | \right )<math>

See also

Taxicab geometry

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.