菜鸟教程小白 发表于 2022-12-13 04:51:09

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


                                            <p><p>我正在尝试确定图像的一部分是否存在于另一个图像中。见下图:</p>

<p> <a href="http://imageshack.us/photo/my-images/526/part1g.png/" rel="noreferrer noopener nofollow">Full Image</a> </p>

<p> <a href="http://imageshack.us/photo/my-images/706/part2p.png/" rel="noreferrer noopener nofollow">second part of image that i want to check if he existing in the full image:</a> </p>

<p>如果第二部分存在于完整图像中,则该函数应返回 true </p>

<p>如果它存在,那么它应该在包含的 <code>UIImageView</code> 上绘制一个层,概述它所在的位置。
我已经完成了找到一个矩形并将图层对象放在同一个上,但在扫描另一个图像的图像时卡住了。</p>

<p><em>(我想检查部分图像是否存在于另一个图像中)</em>。
谁能帮帮我</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>听起来好像您需要实现模板匹配。 </p>

<p>OpenCV 是完成这项工作的好工具。这是一个教程:</p>

<p> <a href="http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html" rel="noreferrer noopener nofollow">http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html</a> </p>

<p>强烈推荐 - 通过 cocoaPods 安装 openCV 以节省 <a href="https://stackoverflow.com/questions/13905471/opencv-2-4-3-ios-framework-compiler-trouble-recognising-some-c-headers" rel="noreferrer noopener nofollow">headache</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 检查图像的一部分是否存在于另一个图像中 iOS(图像处理),我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/27942432/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/27942432/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 检查图像的一部分是否存在于另一个图像中 iOS(图像处理)