Skip to content

Instantly share code, notes, and snippets.

@mgautam98
Created July 7, 2020 19:54
Show Gist options
  • Save mgautam98/756066cf02f8a02dbc35723d1da1949c to your computer and use it in GitHub Desktop.
Save mgautam98/756066cf02f8a02dbc35723d1da1949c to your computer and use it in GitHub Desktop.
using FileIO, ImageQualityIndexes
img1 = load("fabio_gray_512.png"); # https://i.imgur.com/jGM4euO.png
img2 = load("lena_gray_512.png"); # https://i.imgur.com/LHqmBwZ.png
assess_ssim(img1, img2)
# 0.34505006577497543
assess_msssim(img1, img2)
# 0.055481565172611366
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment