Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 407 Bytes

CLJ_DUPLICATE

A Clojure library designed after the idea from "Detecting duplicate images using Python".

Usage

(ns clj-duplicate.core-test
  (:require [clj-duplicate.core :refer :all]))
  
(generate-dhash "cat_grumpy_orig.png")

License

Copyright © 2014 Kai Strempel

Licensed under the EPL (see the file epl.html).