File: README

package info (click to toggle)
libphash 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,984 kB
  • ctags: 389
  • sloc: sh: 10,093; cpp: 5,063; java: 140; makefile: 98; 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).