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ยง
- calculate_
frame_ msssim - Calculates the MSSSIM score between two video frames. Higher is better.
- calculate_
frame_ ssim - Calculates the SSIM score between two video frames. Higher is better.
- calculate_
video_ msssim - Calculates the MSSSIM score between two videos. Higher is better.
- calculate_
video_ ssim - Calculates the SSIM score between two videos. Higher is better.