Skip to content

Instantly share code, notes, and snippets.

@tomasz-ludek
tomasz-ludek / ImagePHash.java
Created December 17, 2020 10:54 — forked from kuFEAR/ImagePHash.java
Android image phash comparing
package com.example.app;
import android.graphics.*;
import android.util.Log;
/*
* pHash-like image hash.
* Author: Elliot Shepherd (elliot@jarofworms.com
* Based On: http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html
*/