0

是否可以进行非常基本的图像识别以将图像与图像数据库(资源文件夹图像或任何网络服务器图像,如果我们有)进行比较,并确定数据库中的哪个图像是最佳匹配?我不需要对任何图像进行任何处理,只需区分有限的图像列表。

是否有任何可用的开源代码?

4

1 回答 1

1

I would recommend using OpenCV if you simply want to compare images (i.e. decide if two images are the same).

Here is a similar question on SO:

iOS image comparison

I would also go about reading a little bit about what Core Image (the iOS image library) has to offer, before going about OpenCV or other 3rd party.

I hope this helps.

于 2013-12-13T11:32:03.100 回答