OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
mat.hpp 文件参考
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/own/types.hpp>
#include <opencv2/gapi/own/scalar.hpp>
#include <opencv2/gapi/own/saturate.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <memory>
#include <cstring>
#include <numeric>
#include <vector>
#include <opencv2/gapi/util/throw.hpp>
mat.hpp 的包含依赖图
此图显示直接或间接包含此文件的文件。

类  cv::gapi::own::Mat
 
结构体  cv::gapi::own::detail::MatHeader
 

命名空间

命名空间  cv
 
命名空间  cv::gapi
 
命名空间  cv::gapi::own
 此命名空间包含 G-API 在其独立模式构建中使用的专用数据结构。
 
命名空间  cv::gapi::own::detail
 

#define TABLE_ENTRY(type)
 

函数

模板<typename T , unsigned char channels>
void cv::gapi::own::detail::assign_row (void *ptr, int cols, Scalar const &s)
 
size_t cv::gapi::own::detail::default_step (int type, int cols)
 

宏定义文档

◆ TABLE_ENTRY

#define TABLE_ENTRY ( type)
{assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_row<type, 4>}