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.
我想使用 PIL 库在 python 中创建照片马赛克。
FFT 会帮助我从给定的图片集中找到图片的最佳匹配吗?
我尝试过使用 rgb 颜色空间,但输出似乎没问题。我需要强大的性能,所以考虑使用 fft。
也请提供一些其他有价值的建议。
激发想法的实现可能很有用。关联
否则谷歌“图像相似性措施”。顶部链接将是这个问题,它可能再次提供您寻找的所需方向。