首页 > 其他 > 详细

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

时间:2018-09-21 14:11:27      阅读:313      评论:0      收藏:0      [点我收藏+]

构造函数

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)

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

原文:https://www.cnblogs.com/herd/p/9686168.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!