goimagehash icon indicating copy to clipboard operation
goimagehash copied to clipboard

Go Perceptual image hashing package

Results 18 goimagehash issues
Sort by recently updated
recently updated
newest added

Declare two undeclared variables #57

In the "Usage" section of README file, there are two variables(hash3 & hash4) used undeclared.

- Remove init function for DCT values reduces initial start up time - DCT2DFast256 supports a 256 bit PHash - DCT2DFast64 and DCTFast256 results can be directly set to flattens....

``` fmt.Println(goimagehash.LoadImageHash(strings.NewReader("d:7971333be1e20000"))) ``` ## output ```shell unexpected EOF ```

https://github.com/AsuharietYgvar/AppleNeuralHash2ONNX possible?

I read online that Perception Hash is a good option for image hashing [1], but I wanted to do some of my own testing. I wanted to take a "source"...

hello guys, i found some panic case details below: OS: Mac OS & Ubuntu 18.0.4 short description: - index out of range in file transforms/pixels.go line 35 - index out...

Can color moment hash be supported?

After I get an image hashed: ``` hash1, err := goimagehash.AverageHash(img1) if err != nil { log.Fatal(err) } fmt.Println("hash of image is:", hash1) fmt.Println("hash1.ToString():", hash1.ToString()) ``` I get ``` hash...

Hi, I test python Dhash https://github.com/JohannesBuchner/imagehash The result is different from this dhash,But I test Phash is same.