Expand description

Structural Similarity index.

The SSIM index is a full reference metric; in other words, the measurement or prediction of image quality is based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods such as peak signal-to-noise ratio (PSNR) and mean squared error (MSE).

See https://en.wikipedia.org/wiki/Structural_similarity for more details.

Functions

Calculates the MSSSIM score between two video frames. Higher is better.

Calculates the SSIM score between two video frames. Higher is better.

Calculates the MSSSIM score between two videos. Higher is better.

Calculates the SSIM score between two videos. Higher is better.