coordinates of two images
Posted: 2011-08-08T05:18:19-07:00
Hi,I need to find the coordinates of two images to find the differences between them to see if they shift or not.
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=19257
This may not work with a normal "compare" image result. The color is not pure red, but a red tint of one of the images.fmw42 wrote:convert red_white_image txt:- | grep "red"
I understand. That is why I specifically pointed to your processing to extract the binary mask as either red/white or black/white.anthony wrote:This may not work with a normal "compare" image result. The color is not pure red, but a red tint of one of the images.fmw42 wrote:convert red_white_image txt:- | grep "red"
anthony wrote:Fair enough...
I just wanted to point out the 'normal' compare is not pure red-white or black-white, as it did not seem clear.
adelina wrote:I want the coordinates of every pixel that are different between two same size images.