Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用imagehash为 python 编写的库,我试图找到代表扫描文本文档1的两个图像之间的相似性。文档有时可能包含小图像,但主要是文本、标准打印机页面大小和黑白。
imagehash
该imagehash库包括许多用于散列图像的算法:平均散列、感知散列、差异散列、小波散列、HSV 颜色散列、抗作物散列。其中哪一个(或我可能忘记列出的库中包含的其他内容)最适合我正在进行的比较?或者,是否有更好的非基于 OCR、非基于图像散列的方法来实现我的目标?
1由于超出此问题范围的原因,在这种情况下无法进行 OCR