possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac OSX

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac OSX

Post by fmw42 »

Seems like compare in -subimage-search mode does not complete for me.

Image

Image

None of these complete:

compare -metric rmse -subimage-search logo.png logo_wizard.png null:

compare -metric rmse -subimage-search -dissimilarity-threshold 1 logo.png logo_wizard.png null:

compare -metric rmse -subimage-search -similarity-threshold 0 -dissimilarity-threshold 1 logo.png logo_wizard.png null:
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac

Post by magick »

They will complete, it will just take a long time, particularly if OpenMP is disabled. On our 6 core system with OpenMP enabled, the commands completed in less than 19 seconds.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac

Post by fmw42 »

magick wrote:They will complete, it will just take a long time, particularly if OpenMP is disabled. On our 6 core system with OpenMP enabled, the commands completed in less than 19 seconds.

Sorry for the false alarm. It did finish after 2min 48 seconds with OpenMP disabled. I did not recall it took that long.
Post Reply