skvideo.utils.vshape
skvideo.utils.vshape¶Standardizes the input data shape.
Transforms video data into the standardized shape (T, M, N, C), where T is number of frames, M is height, N is width, and C is number of channels.
Input data of shape (T, M, N, C), (T, M, N), (M, N, C), or (M, N), where T is number of frames, M is height, N is width, and C is number of channels.
Standardized version of videodata, shape (T, M, N, C)