![OpenCV 4 Computer Vision Application Programming Cookbook(Fourth Edition)](https://wfqqreader-1252317822.image.myqcloud.com/cover/631/36698631/b_36698631.jpg)
上QQ阅读APP看书,第一时间看更新
Accessing pixel values
In order to access each individual element of a matrix, you just need to specify its row and column numbers. The corresponding element will be returned, which can be a single numerical value or a vector of values in the case of a multichannel image.