-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathdoc.go
More file actions
13 lines (12 loc) · 643 Bytes
/
doc.go
File metadata and controls
13 lines (12 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
Package duplo provides tools to efficiently query large sets of images for
visual duplicates. The technique is based on the paper "Fast Multiresolution
Image Querying" by Charles E. Jacobs, Adam Finkelstein, and David H. Salesin,
with a few modifications and additions, such as the addition of a width to
height ratio, the dHash metric by Dr. Neal Krawetz as well as some
histogram-based metrics.
Quering the data structure will return a list of potential matches, sorted by
the score described in the main paper. The user can make searching for
duplicates stricter, however, by filtering based on the additional metrics.
*/
package duplo