码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-09-21 15:16:45      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:构造函数   img   har   clone()   col   方法   ptr   mat   char   

构造函数

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对象构造函数与常用方法

标签:构造函数   img   har   clone()   col   方法   ptr   mat   char   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!