OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::RMat 类参考

#include <opencv2/gapi/rmat.hpp>

cv::RMat 的协作图

类 IAdapter
 
类 View
 

公共类型

枚举类 Access {
  R ,
  W
}
 
使用 Adapter = IAdapter
 
使用 AdapterP = std::shared_ptr<IAdapter>
 

公共成员函数

 RMat ()=default
 
 RMat (AdapterP &&a)
 
View access (Access a) const
 
GMatDesc desc () const
 
模板<typename T >
T * get () const
 
void serialize (cv::gapi::s11n::IOStream &os) const
 

成员类型定义文档

◆ Adapter

◆ AdapterP

使用 cv::RMat::AdapterP = std::shared_ptr<IAdapter>

成员枚举文档

◆ Access

枚举类 cv::RMat::Access
strong
枚举器

构造函数和析构函数文档

◆ RMat() [1/2]

cv::RMat::RMat ( )
默认

◆ RMat() [2/2]

cv::RMat::RMat ( AdapterP && a)
内联

成员函数文档

◆ access()

View cv::RMat::access ( Access a) const
内联

◆ desc()

GMatDesc cv::RMat::desc ( ) const
内联

◆ get()

模板<typename T >
T * cv::RMat::get ( ) const
内联

◆ serialize()

void cv::RMat::serialize ( cv::gapi::s11n::IOStream & os) const
内联

此类的文档是从以下文件生成的: