OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::InferAPIRoi< Net, T > Struct Template Reference

#include <opencv2/gapi/infer.hpp>

Public Types

using type

Member Typedef Documentation

◆ type

template<class Net, class T>
using cv::InferAPIRoi< Net, T >::type
Initial value:
typename std::enable_if
&& 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
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::Result(Ts...)> >::type type
Definition infer.hpp:223

The documentation for this struct was generated from the following file: