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

#include <opencv2/gapi/infer.hpp>

Public Types

using type = typename std::enable_if< detail::valid_infer_types< T >::value &&std::tuple_size< typename Net::InArgs >::value==1u, std::function< typename Net::Result(cv::GOpaque< cv::Rect >, T)> >::type
 

Member Typedef Documentation

◆ type

template<class Net , class T >
using cv::InferAPIRoi< Net, T >::type = typename std::enable_if < detail::valid_infer_types<T>::value && std::tuple_size<typename Net::InArgs>::value == 1u , std::function<typename Net::Result(cv::GOpaque<cv::Rect>, T)> >::type

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