Page 1 of 1

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

Posted: 2013-05-05T14:30:00-07:00
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:

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

Posted: 2013-05-05T14:46:07-07:00
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.

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

Posted: 2013-05-05T17:04:41-07:00
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.