OpenCV學習筆記——Mat類型數據存儲


CV_[The number of bits per item][Signed or Unsigned][Type Prefix]C[The channel number]

比如 CV_8UC3 表示使用8位的 unsigned char 型,每個像素由三個元素組成三通道。

Mat_<uchar>對應的是CV_8U,

Mat_<char>對應的是CV_8S,

Mat_<int>對應的是CV_32S,

Mat_<float>對應的是CV_32F,

Mat_<double>對應的是CV_64F

 

[1] http://blog.csdn.net/yang_xian521/article/details/7107786

[2] http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/core/mat%20-%20the%20basic%20image%20containe/mat%20-%20the%20basic%20image%20container.html#matthebasicimagecontainer


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM