SYMBOL INDEX (10 symbols across 3 files) FILE: augment.py function distort (line 10) | def distort(src, segment): function stretch (line 47) | def stretch(src, segment): function perspective (line 83) | def perspective(src): FILE: demo.py function create_gif (line 9) | def create_gif(image_list, gif_name, duration=0.1): FILE: warp_mls.py class WarpMLS (line 8) | class WarpMLS: method __init__ (line 9) | def __init__(self, src, src_pts, dst_pts, dst_w, dst_h, trans_ratio=1.): method __bilinear_interp (line 22) | def __bilinear_interp(x, y, v11, v12, v21, v22): method generate (line 25) | def generate(self): method calc_delta (line 29) | def calc_delta(self): method gen_img (line 106) | def gen_img(self):