CV2.CVTColor Grayscale
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
Terrible Tiger
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)