possible bug compare -metric AE for IM 6.9.7.7 Q16 Mac OSX
Posted: 2017-02-08T23:06:15-07:00
I have these two images from the link at the discussion at viewtopic.php?f=1&t=31374#p142609
If I use MAE for the search, it works fine and I get
But if I use AE, I get an error message even with -dissimilarity-threshold 1. That seems to be a bug, since setting -dissimilarity-threshold 1 should permit any dissimilarity. Is that not correct?
compare: images too dissimilar `f81dM.png' @ error/compare.c/CompareImageCommand/986.
If I use MAE for the search, it works fine and I get
Code: Select all
compare -metric MAE -subimage-search f81dM.png FSDKC.png diffimage.png
1994.08 (0.0304277) @ 5,0
But if I use AE, I get an error message even with -dissimilarity-threshold 1. That seems to be a bug, since setting -dissimilarity-threshold 1 should permit any dissimilarity. Is that not correct?
Code: Select all
compare -metric AE -subimage-search -dissimilarity-threshold 1 f81dM.png FSDKC.png diffimage.png