Loading...
Searching...
No Matches
cv::gapi::onnx::PortCfg< Net > Struct Template Reference
#include <opencv2/gapi/infer/onnx.hpp>
Public Types | |
using | In = std::array< std::string, std::tuple_size< typename Net::InArgs >::value > |
using | Normalize = std::array< bool, std::tuple_size< typename Net::InArgs >::value > |
using | NormCoefs = std::array< cv::Scalar, std::tuple_size< typename Net::InArgs >::value > |
using | Out = std::array< std::string, std::tuple_size< typename Net::OutArgs >::value > |
Member Typedef Documentation
◆ In
template<typename Net >
using cv::gapi::onnx::PortCfg< Net >::In = std::array < std::string , std::tuple_size<typename Net::InArgs>::value > |
◆ Normalize
template<typename Net >
using cv::gapi::onnx::PortCfg< Net >::Normalize = std::array < bool , std::tuple_size<typename Net::InArgs>::value > |
◆ NormCoefs
template<typename Net >
using cv::gapi::onnx::PortCfg< Net >::NormCoefs = std::array < cv::Scalar , std::tuple_size<typename Net::InArgs>::value > |
◆ Out
template<typename Net >
using cv::gapi::onnx::PortCfg< Net >::Out = std::array < std::string , std::tuple_size<typename Net::OutArgs>::value > |
The documentation for this struct was generated from the following file:
- opencv2/gapi/infer/onnx.hpp