Convert colour image into grayscale
image= cv_rgb2gray_path(path)
Path of the Image
Image is read from the path and returned to output variable "image"
Convert the RGB image into grayscale
Image is read from the path provided by user, then the image is converted into grayscale and grayscale image is returned to the user via output variable