开发者

is there any inbuilt function for image recognition

i want to use a function for image recognition i dont want to make an algorithm. please suggest me a function where i could comp开发者_运维知识库are two images and tell whether these images belong to the same object. please help me!.


Arbitrary image recognition is something that computers can't yet do (even for supercomputers). However, Google Goggles comes close, being able to recognize a wide range of objects. Read its limitations, and see if it suits your purpose.


Yes. There are definitely ways to do this but they all depend on what you are trying to do. If you are more specific about what you want to compare then it will be easier to give a more thorough answer.

There are some excellent libraries out there but it will require some effort on your part to learn and understand how to use them and how to use them on the iPhone.

The most famous algorithms so assist in finding images inside other images are called SIFT and SURF. Unfortunately both are patented and cannot be used commercially in an application.

Consider using OpenCV for most of your image operations. Or you could use OpenFrameworks (google has tagged it as a phishing site for some reason, im sure theyll fix that soon) You might also consider VXL which has started to become more popular.

Good luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜