Skip to content

This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images.

Notifications You must be signed in to change notification settings

josejuansanchez/ssim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ssim

This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images.

The Structural SIMilarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index can be viewed as a quality measure of one of the images being compared, provided the other image is regarded as of perfect quality. It is an improved version of the universal image quality index proposed before. Detailed description is given in the following paper:

More info can be found at the official website.

Usage

BASH and Octave:

./compute_ssim.sh imageA.png imageB.png

License

SSIM Index with automatic downsampling, Version 1.0
Copyright(c) 2009 Zhou Wang
All Rights Reserved.

About

This is an implementation of the algorithm for calculating the Structural SIMilarity (SSIM) index between two images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published