[~] Refactor

This commit is contained in:
Siarhei Siniak 2021-08-02 13:55:55 +03:00
parent 56b47892f5
commit 95ef5e8e58

@ -1486,6 +1486,9 @@ def kernel_25(images, delay=None):
import cv2
import subprocess
if len(images) == 0:
pprint.pprint(['kernel_25', 'no images'])
t3 = 'kernel_25-output.dir'
os.makedirs(t3, exist_ok=True)
t6 = []