Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.59 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.59 KB

JImageHash - Examples

Examples for JImageHash

File Content
CompareImages.java Compare the similarity of two images using a single algorithm and a custom threshold
ChainAlgorithms.java Chain multiple algorithms to achieve a better precision & recall.
TransparentImages.java Correctly hash images with transparent pixels.
MatchMultipleImages.java Precompute the hash of multiple images to retrieve all relevant images in a batch.
DatabaseExample Store hashes persistently in a database. Serialize and Deserialize the matcher..
AlgorithmBenchmark.java Test different algorithm/setting combinations against your images to see which settings give the best result.
Clustering Example Extensive tutorial matching 17.000 images . As described in the blog

Algorithm benchmarking sample output

Benchmark example