Currently I started working on a personal project where you will constantly receive images, similar or not. Every new image received do I need to loop through absolutely every other image already saved to compare ssim?
CodePudding user response:
The answer is No you can't recover the image from SSIM and Yes you'd have to loop over all images for comparison. However you may look at image compression to have faster evaluation of the SSIM.
Some example images would be welcome for a better answer.