Matt O'Brien

Results 1 comments of Matt O'Brien

It looks like `get_all_contoured_masks` calls another function, `get_contoured_mask`, which isn't defined. ``` def get_contoured_mask2d(mask): """For a single mask file get contour""" gray = cv2.cvtColor(mask, cv2.COLOR_BGR2GRAY) (t, binary) = cv2.threshold(gray, 0,...