Skip to content

KilianB/JImageHash-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages