Hi all,

What is the best way to compute the difference between 2 any_image? Of course, the input any_image may not be of the same type... So, if pixels are unsigned int for the 1st one and double for the 2nd one, the result must be stored as double.
I (accidently) found pixel_minus_t in pixel_numeric_operations.hpp but cannot figure how to use it.

Hope you could help.

Regards,

Olivier