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

クラス

class  cv::GComputation
 GComputationクラスは、キャプチャされた計算グラフを表す。GComputationオブジェクトは、ユーザがG-APIで記述する式コードの境界を形成し、それをコンパイルして実行できるようにする。 続きを読む...
 

名前空間

namespace  cv
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::s11n
 この名前空間には G-API のシリアライズおよびデシリアライズ用の関数とデータ構造が含まれる。
 

型定義

template<typename... Ts>
using cv::detail::last_type_t = typename last_type<Ts...>::type
 

関数

void cv::gapi::island (const std::string &name, GProtoInputArgs &&ins, GProtoOutputArgs &&outs)
 計算内にタグ付きのアイランド(サブグラフ)を定義する。