Skip to content
forked from KhaosT/nhcalc

Compute NeuralHash for the given image

License

Notifications You must be signed in to change notification settings

IceTDrinker/nhcalc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nhcalc

Compute NeuralHash for a given image.

Works with macOS 11.3 or later.

Behind the scene, the implementation invokes the API provided by the Vision framework to compute the NeuralHash for a given image.

The end result is a base64 encoded hash representing the given image.

Usage: nhcalc path_to_image

Example output:

644b2b714969792f6c78776d3355444c
dK+qIiy/lxwm3UDL

Resizing the image yields same hash, even down to below 200x100. Cropping or rotating the image yields different hashes.

About

Compute NeuralHash for the given image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 57.1%
  • Objective-C 42.9%