How do I find an image contained within an image?

后端 未结 3 1643
灰色年华
灰色年华 2020-11-30 20:38

I\'m currently building what basically amounts to a cross between a search engine and a gallery for web comics that\'s focused on citing sources and giving authors credit.

3条回答
  •  暖寄归人
    2020-11-30 20:51

    OpenCV has a Python interface that you could look at. If the characters, don't change too much you could try to use the matchTemplate function.

    Here is their official tutorial on it (the tutorial is written using the C++ interface, but you should be able to get a good idea of how to use the function in Python from it).

提交回复
热议问题