#include <opencv2/gapi/infer.hpp>
◆ type
template<class Net , typename T , class... Ts>
Initial value: typename std::enable_if
< detail::valid_infer_types<T>::value &&
, std::tuple<Ts...> >::value,
cv::GArray<T> template class represents a list of objects of class T in the graph.
Definition garray.hpp:366
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 type
Definition infer.hpp:255
The documentation for this struct was generated from the following file: