diff options
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index cd1bec0..9dcae86 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -93,8 +93,8 @@ if __name__ == '__main__': processed = True img = cv2.Canny(img, data_opt.canny_lo, data_opt.canny_hi) - # if processed is False: - # return img + if processed is False: + return img src_img = im[:, :, ::-1].copy() frac_a = data_opt.process_frac |
