Opencv3 Mat对象构造函数与常用方法

构造函数

Mat()

Mat(int rows,int cols,int type)

Mat(Size size,int type)

Mat(int rows,int cols,int type,const Scalar &s)

Mat(Size size,int type,const Scalar &s)

Mat(int ndims,const int *sizes,int type)

Mat(int ndims,const int *sizes,int type,const Scalar &s)

 

常用方法:

void copyTo(Mat outputImg)

void convertTo(Mat dst,int type)

Mat clone()

int channels()

int depth()

bool empty()

uchar* ptr(i=0)

posted @ 2018-09-21 13:50  西北逍遥  阅读(1462)  评论(0编辑  收藏  举报