import numpy as np import cv2 from matplotlib import pyplot as plt %matplotlib inline img=cv2.imread(\'./test_images/test1.jpg\') gray=cv2.cvtColor(img, cv2.COLOR_B