Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matオブジェクトの1つのピクセルを特定の値に設定する必要があります。
どうやってするの?
VisualStudio2010でopenCV2.1を使用しています。
uchar (CV_8U) 行列を扱っている場合:
mat.at<uchar>(row, column, channel) = val;