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.
我正在研究如何使用 Python 处理和处理图像。我正在尝试在图像内部搜索特定图片。例如,这张图片中有两张相同的图片;
在 Python 中,我将如何检测哪两个图像是相同的?
如果您想自己实现简单(或复杂)算法,我建议您查看OpenCV和PIL 。此外,您可以将 OpenCV 与 PIL 以及numpy集成,这使其成为此类工作的真正强大工具。