Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compare images with go?

Tags:

go

In go image package, i don't see any methods which can be used to compare two images? Is it possible to do image comparison in go similar to ImageMagick?

like image 543
degendra Avatar asked Sep 20 '15 15:09

degendra


1 Answers

Try https://github.com/vitali-fedulov/images. I wrote this package to be able to find near duplicates. There is a live web-demo with the same algorithm, so you can get an idea how well the package suites your needs.

like image 187
Similar.Pictures Avatar answered Nov 16 '22 04:11

Similar.Pictures