How does ImageMagick's '-subimage-search' operation work?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have used ImageMagick in my application. I used ImageMagick for comparing images using the compare command with the -subimage-search option. But there is very little documentation of about how -subimage-search works. Can anyon provide me more information on how it works? For example: Does it compare using colormodel or does it image segmentation to achieve its task? What I know right now is it searches for the second image in the first. But how this is done? Please explain. 回答1: Warning: Conducting a subimage-search is slow -- extremely