英文:
What is the starting point for simple image indexing for search tool
问题
我正在构建一个小型的照片画廊网站,我需要一个能够检测重复图像的函数(不需要百分之百准确,就像谷歌图片搜索一样)。
我正在使用一种非常新的语言(Golang),所以我不认为有任何可用的库可以实现这个功能。
那么对我来说,从哪里开始呢?请给我一些关键词。或者如果你有任何简单易懂的材料,请分享给我。
英文:
I'm bulding a small photo gallery website and I need a function that detect duplicate images (don't need to be be 100% accurate, just like Google Image Search).
I'm using a very new language (Golang) so I don't think there is any available library for this out there.
So what is the starting point for me? Please give me some keyword about this. Or if you have any material that is simple and easy to understand, please share me.
答案1
得分: 5
我认为这篇博客文章很简单易懂。
英文:
I think this blog post is simple and easy to understand.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论