OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Attributes | List of all members
cv::gapi::onnx::detail::ParamDesc Struct Reference

#include <opencv2/gapi/infer/onnx.hpp>

Public Types

using ConstInput = std::pair< cv::Mat, TraitAs >
 

Public Attributes

std::unordered_map< std::string, ConstInputconst_inputs
 
PostProc custom_post_proc
 
std::vector< std::string > input_names
 
std::vector< cv::Scalarmean
 
std::string model_path
 
std::vector< std::string > names_to_remap
 
std::vector< bool > normalize
 
std::size_t num_in
 
std::size_t num_out
 
std::vector< cv::GMatDescout_metas
 
std::vector< std::string > output_names
 
std::vector< cv::Scalarstdev
 

Member Typedef Documentation

Member Data Documentation

std::unordered_map<std::string, ConstInput> cv::gapi::onnx::detail::ParamDesc::const_inputs
PostProc cv::gapi::onnx::detail::ParamDesc::custom_post_proc
std::vector<std::string> cv::gapi::onnx::detail::ParamDesc::input_names
std::vector<cv::Scalar> cv::gapi::onnx::detail::ParamDesc::mean
std::string cv::gapi::onnx::detail::ParamDesc::model_path
std::vector<std::string> cv::gapi::onnx::detail::ParamDesc::names_to_remap
std::vector<bool> cv::gapi::onnx::detail::ParamDesc::normalize
std::size_t cv::gapi::onnx::detail::ParamDesc::num_in
std::size_t cv::gapi::onnx::detail::ParamDesc::num_out
std::vector<cv::GMatDesc> cv::gapi::onnx::detail::ParamDesc::out_metas
std::vector<std::string> cv::gapi::onnx::detail::ParamDesc::output_names
std::vector<cv::Scalar> cv::gapi::onnx::detail::ParamDesc::stdev

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