diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 12:07:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 12:07:49 +0200 |
| commit | 472dcdabcd9c67b1d577cb4898d149436c0bc3c7 (patch) | |
| tree | 8c226e388f1ceb5652180f20b55937e1b23b9b5d /rpc/img_ops.py | |
| parent | 15eb6806b6e216255f33abcb885f6cdbc38a7663 (diff) | |
glob
Diffstat (limited to 'rpc/img_ops.py')
| -rw-r--r-- | rpc/img_ops.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/img_ops.py b/rpc/img_ops.py index cb453c4..ccba950 100644 --- a/rpc/img_ops.py +++ b/rpc/img_ops.py @@ -2,6 +2,7 @@ import os import numpy as np import cv2 import math +import glob from PIL import Image, ImageOps from skimage.transform import resize from scipy.misc import imresize |
