fix numbers
This commit is contained in:
parent
e94a9cf2a3
commit
de040ed3d4
|
@ -23,7 +23,7 @@ Check the linked post for another explanation and examples.
|
|||
|
||||
To elaborate, you can think of a video as a 3D array of pixels. Say the axes of
|
||||
the array are the frame, height, and width, in that order. Then the entry (24,
|
||||
500, 900) gives you the pixel in the 499th row and 899th column of the 23rd
|
||||
500, 900) gives you the pixel in the 501st row and 901st column of the 25th
|
||||
frame of the video (we're 0-indexed). You can imagine "watching" a video as
|
||||
just iterating through the frame axis of that array and displaying each 2D
|
||||
slice.
|
||||
|
|
Loading…
Reference in New Issue