iseahound / ImagePut

A core library for images in AutoHotkey. Supports AutoHotkey v1 and v2.
https://www.autohotkey.com/boards/viewtopic.php?f=83&t=76633
MIT License
116 stars 24 forks source link

能否实现判断两张图片的相似度? #24

Open lifei opened 1 year ago

iseahound commented 1 year ago

If you use ImageEqual(image1, image2) you can test to see if the two images are equal. (Yes / No) Are you asking for a number such as 0% ... 50% ... 100% equal?

lifei commented 1 year ago

是的。图片相似度。

iseahound commented 1 year ago

The two images would have the same width and height or different? Same width and height is easier.

On Mon, Feb 20, 2023 at 23:44 软件工程师李飛 @.***> wrote:

是的。图片相似度。

— Reply to this email directly, view it on GitHub https://github.com/iseahound/ImagePut/issues/24#issuecomment-1437851401, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKTTVAISEZK7YYIZWGJQWDWYRB2ZANCNFSM6AAAAAAVCGXHPI . You are receiving this because you commented.Message ID: @.***>