OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::InferAPIList< Net, Ts > 構造体テンプレート

#include <opencv2/gapi/infer.hpp>

Collaboration diagram for cv::InferAPIList< Net, Ts >:

公開型

using type
 

型定義メンバ詳解

◆ type

template<class Net , class... Ts>
using cv::InferAPIList< Net, Ts >::type
初期値:
typename std::enable_if
< detail::valid_infer_types<Ts...>::value
&& std::tuple_size<typename Net::InArgs>::value == sizeof...(Ts)
, std::function<typename Net::ResultL(cv::GArray<cv::Rect>, Ts...)>
cv::GArray<T> template class represents a list of objects of class T in the graph.
Definition garray.hpp:366
all_satisfy< accepted_infer_types, Ts... > valid_infer_types
Definition infer.hpp:41
typename std::enable_if< detail::valid_infer_types< Ts... >::value &&std::tuple_size< typename Net::InArgs >::value==sizeof...(Ts), std::function< typename Net::ResultL(cv::GArray< cv::Rect >, Ts...)> >::type type
Definition infer.hpp:244

この構造体詳解は次のファイルから抽出されました: