gpt4 book ai didi

c++ - 如何将像素设置为 cv::Mat 对象中的值?

转载 作者:IT老高 更新时间:2023-10-28 22:19:20 25 4
gpt4 key购买 nike

我需要将 Mat 对象中的单个像素设置为某个值。

怎么做?

我在 Visual Studio 2010 中使用 openCV 2.1。

最佳答案

如果您正在处理 uchar (CV_8U) 矩阵:

 mat.at<uchar>(row, column, channel) = val;

关于c++ - 如何将像素设置为 cv::Mat 对象中的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11776043/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com