#include <opencv2/gapi/infer.hpp>
◆ type
template<class Net , class... Ts>
Initial value: typename std::enable_if
&& std::tuple_size<typename Net::InArgs>::value == sizeof...(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::ResultL(cv::GArray< cv::Rect >, Ts...)> >::type type
Definition infer.hpp:244
The documentation for this struct was generated from the following file: