img = cv2.imread(imageFile) cv2::Mat imgHSV; cv2.cvtColor(img, imgHSV, COLOR_BGR2HSV) print(imgHSV)
when I run this script,error as follows: