Pick a black image RGB (0,0,0) and a white image (255,255,255) and calculate the difference
Code: Select all
compare -metric MAE black.png white png diff.png
65535 (1)
That is, what is the definition of the function below?
dist[ (0,0,0), (255,255,255) ] = 65535
Thanks for your time