检查图像的一部分是否存在于另一图像中 iOS(图像处理)

Check If Part of an Image Exists Inside Another Image iOS (Image Processing)

我正在尝试确定一幅图像的一部分是否存在于另一幅图像中。见下图:

Full Image

second part of image that i want to check if he existing in the full image:

如果第二部分存在于完整图像中,则函数应该 return true

如果它存在,那么它应该在包含它的 UIImageView 上画一个图层,勾勒出它所在的位置。 我已经完成了找到一个矩形并将图层对象放在同一个上但卡在扫描另一个图像的图像存在。

(我想检查图像的一部分是否存在于另一个图像中)。 谁能给我一些帮助

听起来好像您需要实现模板匹配。

OpenCV 是完成这项工作的好工具。这里有一个教程:

http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html

强烈推荐 - 通过 cocoaPods 安装 openCV 以节省 headache.