jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

Add timing code for SSIM and CW-SSIM #38

Closed zldrobit closed 2 years ago

zldrobit commented 2 years ago

People trying CW-SSIM may consider the elapsed time compared with the original SSIM, so IMHO adding timing code for both algorithms may be beneficial.