[~] Refactor
This commit is contained in:
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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user