Convert the Color RGB image into a Grayscale image.
cv2.cvtColor() method is used to convert the image.
The two parameters are passed to the cv2.cvtColor() function, first is the image variable and second is the convertion parameter. for Gray Scale this is cv2.COLOR_RGB2GRAY