/Hausdorff-Distance-Match

use Hausdorff distance to do templete-Matching, here provide the C++ code of hausdorff distance

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Hausdorff-Distance-Match

This project demostrates how to use Hausdorff distance to do templete matching. Hausdorff distance measures how far two subsets of a metric space are from each other. we privide CANNY, SURF, SIFT and HARRIS feature points to represent the source image and the templete image, and then find the best match in the source image.

Typically, we need input the source image file, the templete image file and the type of feature point. then we can get the result like this:

![iamge](https://github.com/HolaMirai/Hausdorff-Distance-Match/blob/master/haus/lsresult0.png)

If Any bug, please let me know.