OpenCV  4.6.0
Open Source Computer Vision
Public Types | List of all members
cv::InferAPIList2< Net, T, Ts > Struct Template Reference

#include <opencv2/gapi/infer.hpp>

Public Types

using type = typename std::enable_if< detail::valid_infer_types< T >::value &&cv::detail::valid_infer2_types< typename Net::InArgs, std::tuple< Ts... > >::value, std::function< typename Net::ResultL(T, cv::GArray< Ts >...)> >::type
 

Member Typedef Documentation

◆ type

template<class Net , typename T , class... Ts>
using cv::InferAPIList2< Net, T, Ts >::type = typename std::enable_if < detail::valid_infer_types<T>::value && cv::detail::valid_infer2_types< typename Net::InArgs , std::tuple<Ts...> >::value, std::function<typename Net::ResultL(T, cv::GArray<Ts>...)> >::type

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