zskurultay / ImageSimilarity / 0.1.4
README.md
Table of Contents
Introduction
Given two URLs that point to images, this algorithm outputs a similarity score between 0 and 1, 1 for images that are perceived to be the same and 0 for images that are utterly unrelated. Algorithm makes use of OpenCV's keypoint extraction and extracts matches between the two images' keypoints.
Input:
- (Required): First image to be compared.
- (Required): Second image to be compared.
Output:
- Similarity score. Score is between 0 and 1, from utterly unrelated to perceived as the same.
Examples
Example 1.
- Parameter 1: First image to be compared.
- Parameter 2: Second image to be compared.
["data://zskurultay/ImageDemo/butterfly1.png","data://zskurultay/ImageDemo/butterfly1.png"]
Output:
1
Contents