OpenCV中的cvCreateImage的参数channels()的意义

欢迎大家加入图像识别技术交流群:271891601,另外,特别欢迎成都从事图像识别工作的朋友交流,我的QQ号2487872782
-----------------------------------------------

实际上就是MATLAB中的几维矩阵的意义!比如一维矩阵,二维矩阵,三维矩阵~

看opencv2refman.pdf 官方文档的解释吧!

channels – Number of channels per pixel. See IplImage for details. This function only
creates images with interleaved channels.

Number of channels. Most OpenCV functions support 1-4 channels.

-----------------------------------------------
欢迎大家加入图像识别技术交流群:271891601,另外,特别欢迎成都从事图像识别工作的朋友交流,我的QQ号2487872782

你可能感兴趣的:(opencv)