Init Image avec Zeros Python
import numpy as np
blank_image = np.zeros((height,width,3), np.uint8)
Merwanski
import numpy as np
blank_image = np.zeros((height,width,3), np.uint8)