goimagehash: Update README.md

This commit is contained in:
Dong-hee Na 2018-05-09 09:37:49 +09:00
parent 1903317145
commit e588da1f67

View File

@ -43,3 +43,16 @@ func main() {
fmt.Printf("Distance between images: %v\n", distance) fmt.Printf("Distance between images: %v\n", distance)
} }
``` ```
## Release Note
### v0.2.0
- Perception Hash is updated.
- Fix a critical bug of finding median value.
### v0.1.0
- Support Average hashing
- Support Difference hashing
- Support Perception hashing
- Use bits.OnesCount64 for computing Hamming distance by @dominikh
- Support hex serialization methods to ImageHash by @brunoro