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

#include <opencv2/gapi/infer.hpp>

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

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
< 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

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