#include <opencv2/gapi/infer.hpp>
◆ type
template<class Net, class T>
Initial value: typename std::enable_if
&& std::tuple_size<typename Net::InArgs>::value == 1u
cv::GOpaque<T> template class represents an object of class T in the graph.
Definition gopaque.hpp:326
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: