4. int ID; /* 版本 (=0)*/ 5. int nChannels; /* 大多数OPENCV函数支持1,2,3 或 4 个通道 */ 6. int alphaChannel; /* 被OpenCV忽略 */ 7. int depth; /* 像素的位深度: IPL_DEPTH_8U, IPL_DEPTH_8S, IPL_DEPTH_16U, 8. IPL_DEPTH_16S, IPL_DEPTH_32S, IPL_DEPTH_32F and IPL_...