Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.76 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.76 KB

mkrod

Matched Keypoints' Ratio of Distances : MK-RoD Algorithm

Dynamic Recursive Point Pattern Matching Algorithm for CBIR Systems.

This dynamic recursive algorithm is designed for Content Based Image Retrieval systems.

MK-RoD stands for Matched Keypoints' Ratio of Distances and it is a recursive and dynamic point pattern similarity measure algorithm which works in conjunction with Keypoint Generation algorithms

For demonstration purposes, this program recognizes the Hand Gestures of American Sign Language (ASL) input(query) images by comparing it with the database images and outputs the equivalent ASCII representation of it.

The algorithms are explaied inside the flow diagrams and every .m file is documented in detail. Open the 'Readme.txt' in order to learn how to execute the program.

Discussions

Please visit the official MATLAB File Exchange submission page.

View Dynamic Recursive Point Pattern Matching Algorithm for CBIR on File Exchange

License

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International license (CC BY-NC-ND 4.0).

License: CC BY-NC-ND 4.0

CC BY-NC-ND 4.0

© 2006 Caglar Arslan