[~] Refactor

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

@ -1038,4 +1038,6 @@ def kernel_15(
t9.release() t9.release()
t11 = t10[1] t11 = t10[1]
t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB) t12 = cv2.cvtColor(t11, cv2.COLOR_BGR2RGB)
matplotlib.pyplot.figure()
matplotlib.pyplot.imshow(t12) matplotlib.pyplot.imshow(t12)
matplotlib.pyplot.show()