Tagged Questions
The similarily tag has no wiki summary.
14
votes
3answers
9k views
OpenCV / SURF How to generate a image hash / fingerprint / signature out of the descriptors?
There are some topics here that are very helpful on how to find similar pictures.
What I want to do is to get a fingerprint of a picture and find the same picture on different photos taken by a ...
1
vote
2answers
244 views
How to match Tagged items based on “similarity”
I have a real question.
I have a database with the schema as follows:
item
id
description
other junk
tag
id
name
item2tag
item_id
tag_id
count
Basically, each item is tagged as up to 10 ...