miguelinux314 / experiment-notebook

enb (experiment notebook) is a python library/framework to design, run and analyze computer-based experiments. Persistence, parallelization and plotting can be automatically handled by enb, to help you develop efficient and reproducible science.
https://miguelinux314.github.io/experiment-notebook/
Other
6 stars 10 forks source link

SSIM and MS-SSIM #16

Closed esterjara closed 3 years ago

esterjara commented 3 years ago

Structural Similarity and Multi-Scale Structural Similarity

Implements the Structural Similarity (SSIM) and Multi-Scale Structural Similarity metrics (MS-SSIM) to measure the similarity between two images

Developed by: Ester Jara: ester.jara@uab.cat

miguelinux314 commented 3 years ago

Fantastic, thank you very much for the contribution!