Looking for an Image Comparison/Pattern Recognition Library

倖福魔咒の 提交于 2019-11-27 19:54:50

You should probably take a look at OpenCV and VLfeat.

Object detection can be performed for example using

  • Rapidminer IMMI (image mining extension for one of the leading open-source data-mining platform)
  • BoofCV (using SURF feature detection)

How about ImageMagick? Its not a library per se however if you can provide shell access to your environment its pretty easy to use.

You would most probably be interested in the compare command.

EDIT: ImageMagick does contain tools for sub-image search like subimage-search.

Look at this - http://gallery.azureml.net/MachineLearningAPI/02ce55bbc0ab4fea9422fe019995c02f - it supports OCR. This also supports multiple languages and distortion - http://www.projectoxford.ai/doc/vision/OCR

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!