File: README

package info (click to toggle)
libphash 0.9.4-1.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,168 kB
  • sloc: sh: 18,059; cpp: 11,339; php: 1,870; xml: 619; java: 173; cs: 139; makefile: 74; awk: 70; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
How to use Java bindings:
1) Configure pHash with Java support (--enable-java)
2) Build pHash
3) Compile Java classes if not done already: javac *.java
4) Install pHash (make install)
5) java -Djava.library.path=/usr/local/lib pHash -mh img1.jpg img2.jpg
	See pHash.java for additional options

	Note: When using the MVP storage functions, the number of hashes needed to create the tree is the leaf 
	capacity + 3 (28 by default).