skvideo.utils.vshape
skvideo.utils.vshape¶skvideo.utils.vshape(videodata)[source]¶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.
| Parameters: | videodata : ndarray
|
|---|---|
| Returns: | videodataout : ndarray
|