How can I get "intersection" of multiple images involving color fuzziness like in the below example (blue denotes common pixels):
Is it possible with ImageMagick cli or some other tool?
The below command worked for me:
convert A B -compose difference -composite -fuzz 30% -fill blue -opaque black -fuzz 30% -fill white -opaque white D