summaryrefslogtreecommitdiff
path: root/test-mogrify.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:15:51 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:15:51 +0200
commit02d5ae34546123271091b0ff6444373f8a8d4e60 (patch)
tree9b10e582451770a2cbf01ebaf33d53483c06433e /test-mogrify.py
parentf56d0b413e3d1610f7f307559a34272c26938224 (diff)
testy
Diffstat (limited to 'test-mogrify.py')
-rw-r--r--test-mogrify.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-mogrify.py b/test-mogrify.py
index 4acabe1..7a1dfdd 100644
--- a/test-mogrify.py
+++ b/test-mogrify.py
@@ -87,6 +87,8 @@ if __name__ == '__main__':
if data_opt.canny is True:
img = cv2.Canny(img, data_opt.canny_lo, data_opt.canny_hi)
+ return img
+
load_first_frame()
data_loader = CreateRecursiveDataLoader(opt)