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

#include <opencv2/gapi/infer.hpp>

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

Public Types

using type
 

Member Typedef Documentation

◆ type

template<class Net , class... Ts>
using cv::InferAPI< Net, Ts >::type
Initial value:
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...)>
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: