MCPcopy Create free account
hub / github.com/aetilius/pHash / mhImageHashFromPixels

Method mhImageHashFromPixels

bindings/java/org/phash/pHash.java:29–29  ·  view source on GitHub ↗

Marr-Hildreth image hash of a pre-decoded image held in memory. Useful for callers that already have pixel data (BufferedImage, an HTTP response body, etc.) and want to avoid round-tripping through a temp file. Produces the same hash as #mhImageHash(String) would for the same image. @param

(byte[] pixels, int width, int height, int channels)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected