skvideo.measure.viideo_features
skvideo.measure.viideo_features¶Computes VIIDEO features. [1] [2]
Since this is a referenceless quality algorithm, only 1 video is needed. This function provides the raw features used 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 individual features of the algorithm.
References