Image in Image Algorithm

前端 未结 4 1673
醉酒成梦
醉酒成梦 2020-12-09 00:40

I need an algorithm written in any language to find an image inside of an image, including at different scales. Does anyone know a starting point to solving a problem like t

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 01:19

    You should take a look at OpenCV, an open source computer vision library - this would be a good starting point. Specifically check out object detection and the cvMatchTemplate method.

提交回复
热议问题