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

#include <opencv2/gapi/infer.hpp>

Public Types

using type

Member Typedef Documentation

◆ type

template<class Net, typename T, class... Ts>
using cv::InferAPIList2< Net, T, Ts >::type
Initial value:
typename std::enable_if
cv::detail::valid_infer2_types< typename Net::InArgs
, std::tuple<Ts...> >::value,
std::function<typename Net::ResultL(T, cv::GArray<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::Result(Ts...)> >::type type
Definition infer.hpp:223
Definition infer.hpp:46

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