I\'m trying to apply an overlay on a transparent logo using this function:
def overlay(path): logo_img = cv2.imread(path, cv2.IMREAD_UNCHANGED) \'\'