SYMBOL INDEX (24 symbols across 9 files) FILE: faceai/chineseText.py function cv2ImgAddText (line 11) | def cv2ImgAddText(img, text, left, top, textColor=(0, 255, 0), textSize=... FILE: faceai/colorize.py function get_train_data (line 16) | def get_train_data(img_file): function build_model (line 28) | def build_model(): function train (line 49) | def train(): function colorize (line 65) | def colorize(): FILE: faceai/eye.py function houghCircles (line 32) | def houghCircles(path, counter): function hist (line 76) | def hist(img): function discern (line 90) | def discern(img, counter): FILE: faceai/eye2.py function hist (line 12) | def hist(img): function discern (line 21) | def discern(img): FILE: faceai/faceswap.py class TooManyFaces (line 33) | class TooManyFaces(Exception): class NoFaces (line 37) | class NoFaces(Exception): function get_landmarks (line 41) | def get_landmarks(im): function annotate_landmarks (line 52) | def annotate_landmarks(im, landmarks): function draw_convex_hull (line 67) | def draw_convex_hull(im, points, color): function get_face_mask (line 72) | def get_face_mask(im, landmarks): function transformation_from_points (line 86) | def transformation_from_points(points1, points2): function read_im_and_landmarks (line 105) | def read_im_and_landmarks(fname): function warp_im (line 114) | def warp_im(im, M, dshape): function correct_colours (line 125) | def correct_colours(im1, im2, landmarks1): FILE: faceai/opencv/mouse.py function drawDef (line 49) | def drawDef(event, x, y, flags, param): FILE: faceai/opencv/trackbar.py function callback (line 10) | def callback(x): FILE: faceai/videoDlib.py function discern (line 9) | def discern(img): FILE: faceai/videoOpencv.py function discern (line 7) | def discern(img):