Skip to content

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

License

Notifications You must be signed in to change notification settings

arohamirai/Hausdorff-Distance-Match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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:

Note that this project just considered translation, it has not considered rotation and scale. iamge

If Any bug, please let me know.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages