bgr2grayscale opencv code example Example: bgr2gray opencv img = cv2.imread(path) img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)