我指的是 C
CvMat* cvInitMatHeader(CvMat* mat, int rows, int cols, int type, can int step be void* data=NULL, int step=CV_AUTOSTEP) 除了 CV_AUTOSTEP 以外的任何其他枚举 6th参数可能像 cvCreateImage 有:
#define IPL_DEPTH_SIGN 0x80000000
#define IPL_DEPTH_1U 1
#define IPL_DEPTH_8U 8
#define IPL_DEPTH_16U 16
#define IPL_DEPTH_32F 32
#define IPL_DEPTH_8S (IPL_DEPTH_SIGN| 8)
#define IPL_DEPTH_16S (IPL_DEPTH_SIGN|16)
#define IPL_DEPTH_32S (IPL_DEPTH_SIGN|32)
如果是这样,它们在哪个文件中#defined....