OpenCV 4.12.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)
 

函式

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