opencv修改图像像素值

opencv修改图像像素值

 

point_cloud_img.at<cv::Vec3b>(row1, col1)[0] = 255;
point_cloud_img.at<cv::Vec3b>(row1, col1)[1] = 255;
point_cloud_img.at<cv::Vec3b>(row1, col1)[2] = 255;

 

 

######################

posted @ 2023-03-19 21:25  西北逍遥  阅读(55)  评论(0编辑  收藏  举报