skvideo.measure.viideo_score
skvideo.measure.viideo_score¶Computes VIIDEO score. [1] [2]
Since this is a referenceless quality algorithm, only 1 video is needed. This function provides the score computed by the algorithm.
Reference video, ndarray of dimension (T, M, N, C), (T, M, N), (M, N, C), or (M, N), where T is the number of frames, M is the height, N is width, and C is number of channels.
The video quality score
References