摘要 : 此次实验主要是了解矩阵创建的方式以及获取矩阵的相关属性,通过实验达到访问其类型,维度等属性的目的。
关键词 :cvGreateMat() cvGetDims() cvGetElemType()
1.创建矩阵的方式:
(1):cvGreateMat(int rows,int cols,int type).Type可以使用任何定义类型;
Type:CV_<bit_depth>(S|U|F)<number_of_channels>(其中bit_depth代表数据位数,S:有符号整数, U:无符号整数