top of page
Search

PYTHON CODING

  • Writer: waclaw_koscielniak
    waclaw_koscielniak
  • Aug 19
  • 1 min read

import cv2

import numpy as np

img = np.zeros((100, 200, 3), dtype=np.uint8)

print(img.shape)

[Running] python3 -u "/Users/name/test/test747.py"

(100, 200, 3)

[Done] exited with code=0 in 0.221 seconds


#Python PythonCoding #VSC

Try to run it.
Try to run it.
















 
 
 

1 Comment


Guest
Aug 19

Try to run it.

Like
bottom of page