如何使用jquery比较两张图片并显示结果

时间:2019-11-19 09:19:50

标签: jquery html scanning

我有2张图像,其中第一张图像是基础图像或骨架,第二张图像是标记图像。我想获取标记图像的结果。为了更好的理解,我分享了以下图片。我的示例代码将是普通的html。

<input type="file" id="image1" />
<input type="file" id="image1" />
<button type="button">Get Result</button>

这是我的第一张图片。
图片1: enter image description here

图片2: enter image description here

我需要输出为:
2,10,18


如何实现这一目标。您可以建议任何图书馆。

0 个答案:

没有答案