skvideo.measure.msssim
skvideo.measure.msssim¶skvideo.measure.msssim(referenceVideoData, distortedVideoData, method='product')[source]¶Computes Multiscale Structural Similarity (MS-SSIM) Index. [1]
Both video inputs are compared frame-by-frame to obtain T MS-SSIM measurements on the luminance channel.
| Parameters: | referenceVideoData : ndarray
distortedVideoData : ndarray
method : str
|
|---|---|
| Returns: | msssim_array : ndarray
|
References
| [1] |
|