First time here? Check out the FAQ!
answered 2017-02-08 04:44:35 -0600
Vec3b is an array of char : you have to convert to int:
cout << static_cast<int>(color.at<cv::vec3b>(row,col)[0] );