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

OpenCV2:总结篇 cv::Mat

时间:2019-07-05 11:08:07      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:title   html   int start   参考   构造   图像   href   str   表示   

一.简介

cv::Mat的构造函数参考 OpenCV2:基础篇 第一章 图像表示

 

二.成员公有函数

void cv::Mat:addref()

cv::Mat& cv::Mat::adjustRoI(int dtop, int dbottom, int dleft, int dright)

void cv::Mat::assignTo(cv::Mat& m, int _type = -1) const

int cv::Mat::channels() const

int cv::Mat::checkVertor(int elemChanels, int depth = -1, bool requireContinuous = true)

cv::Mat cv::Mat::clone() const

cv::Mat cv::Mat::col(int x) const

 

 

cv::Mat cv::Mat::colRange(const cv::Range& r) const

cv::Mat cv::Mat::colRange(int startcol, int endcol) const

 

template <class _Tp> cv::MatConstIterator_ <_Tp> cv::Mat::begin() const

template <class _Tp> cv::MatConstIterator_ <_Tp> cv::Mat::begin()

OpenCV2:总结篇 cv::Mat

标签:title   html   int start   参考   构造   图像   href   str   表示   

原文地址:https://www.cnblogs.com/k5bg/p/11136926.html

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