how to convert rgb values to grayscale code example Example: cvtcolor rgb to gray cv::Mat img cv::cvtColor(img, img, CV_BGR2GRAY);