我在mysql中尝试更新json对象数据时出现以下错误。error: 'Unknown type '245 in column 4 of 5 in binary-encoded result set.'input 3.0 - Couldn't get row from result set
2017/08/02 03:25:28 - Table input 3.0 - Unknown type '245
因此,我试图遍历所有像素,并检查它是否为白色,如果是白色的,则将值更改为0。但出了点问题。这里是我的代码for (int x = 0; x < img.rows; x++) for (int y = 0; y < img.cols; y++) if (img.at<Vec3b>(Point(x, y))[0] >=245 && img.at<Vec3b>(Point(x