Looking for an Image Comparison/Pattern Recognition Library

前端 未结 4 556
一向
一向 2020-12-05 08:59

The end goal would be to see if

\"image1\"

contains

\"

相关标签:
4条回答
  • 2020-12-05 09:07

    You should probably take a look at OpenCV and VLfeat.

    0 讨论(0)
  • 2020-12-05 09:10

    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.

    0 讨论(0)
  • 2020-12-05 09:18

    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)
    0 讨论(0)
  • 2020-12-05 09:20

    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

    0 讨论(0)
提交回复
热议问题