📜  cvtcolor rgb 到灰色 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:58.073000             🧑  作者: Mango

代码示例2
cv::Mat img
cv::cvtColor(img, img, CV_BGR2GRAY);