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

クラス

class  cv::gapi::wip::IStreamSource
 抽象的なストリーミングパイプラインソース。 続きを読む...
 

名前空間

namespace  cv
 
namespace  cv::gapi
 
namespace  cv::gapi::wip
 この名前空間には実験的な G-API 機能が含まれており、この名前空間内の関数や構造体は将来のリリースで変更または削除される可能性がある。また、この名前空間には API がまだ安定化されていない関数も含まれる。
 

関数

template<class T , class... Args>
IStreamSource::Ptr cv::gapi::wip::make_src (Args &&... args)