Geometric hashing

From Free net encyclopedia

In computer science, geometric hashing is a method for efficiently finding geometric objects of the same or similar shape, even though they may be rotated or otherwise transformed. Each object is represented as a set of triangles scaled so that one edge has size one, and these triangles are stored in an ordinary hash table.

Geometric hashing is used in computer vision and structural alignment of proteins.

References