Module av_metrics::video::ssim

source ·
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