I have two images: im1,im2.
When I compute their distance, using ImageDistance[im1, im2] I get a value. However, I would like to normalize this value... So do you know what the maximum image distance can be?
EDIT:
This is so strange: I have two images...
{i1, i2} = {im1, im2}
ImageDistance[i1, i2, DistanceFunction ->NormalizedSquaredEuclideanDistance]
I always get close to 0.5, but the variations when not using the nomalized euclidean distance are much wider. Therefore, is it possible to know the maximum euclidean distance ?
DistanceFunction -> NormalizedSquaredEuclideanDistance? – kglr Aug 08 '18 at 08:59