Skip to content

gyroscope-innovations/go-phash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-phash

Build Status

go-phash is a simple pHash wrapper library for the Go programming language.

You can view documentation on godoc.org.

Example

First of all, install go-phash as usual: go get github.com/kavu/go-sigstats.

Now you can use go-phash:

package main

import "github.com/kavu/go-phash"

func main() {
	hash, _ := phash.ImageHashDCT("~/my_cat.jpg")
	println(hash)
}

About

Go wrapper library for pHash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 81.0%
  • C++ 19.0%