OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
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>
Include dependency graph for mat.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::gapi::own::Mat
 
struct  cv::gapi::own::detail::MatHeader
 

名前空間

namespace  cv
 
namespace  cv::gapi
 
namespace  cv::gapi::own
 この名前空間にはG-APIがスタンドアロンモードのビルドで使用する独自のデータ構造が含まれる。
 
namespace  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)
Value:
{assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_row<type, 4>}