[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-07-22 10:58:10 +03:00
parent e38ce021fd
commit 660d1c11d0

@ -1035,7 +1035,7 @@ def kernel_15(
t9 = cv2.VideoCapture(t6)
t9.set(cv2.CAP_PROP_POS_FRAMES, t7)
t10 = t9.read()
cv2.release()
t9.release()
t11 = t10[1]
t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB)
matplotlib.pyplot.imshow(t12)