OpenCV  4.10.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)   {assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_row<type, 4>}
 

函数

template<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>}