Seems like compare in -subimage-search mode does not complete for me.
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:
possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac OSX
Re: possible bug compare -subimage-search IM 6.8.5.4 Q16 Mac
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.
- 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
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.