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

#include <opencv2/gapi/infer.hpp>

Collaboration diagram for cv::InferAPIRoi< Net, T >:

公開型

using type
 

型定義メンバ詳解

◆ type

template<class Net , class T >
using cv::InferAPIRoi< Net, T >::type
初期値:
typename std::enable_if
< detail::valid_infer_types<T>::value
&& std::tuple_size<typename Net::InArgs>::value == 1u
, std::function<typename Net::Result(cv::GOpaque<cv::Rect>, T)>
cv::GOpaque<T> template class represents an object of class T in the graph.
Definition gopaque.hpp:326
typename std::enable_if< detail::valid_infer_types< T >::value &&std::tuple_size< typename Net::InArgs >::value==1u, std::function< typename Net::Result(cv::GOpaque< cv::Rect >, T)> >::type type
Definition infer.hpp:233

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