OpenCV  4.5.1
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< 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

◆ ConstInput

Member Data Documentation

◆ const_inputs

std::unordered_map<std::string, ConstInput> cv::gapi::onnx::detail::ParamDesc::const_inputs

◆ custom_post_proc

PostProc cv::gapi::onnx::detail::ParamDesc::custom_post_proc

◆ input_names

std::vector<std::string> cv::gapi::onnx::detail::ParamDesc::input_names

◆ mean

std::vector<cv::Scalar> cv::gapi::onnx::detail::ParamDesc::mean

◆ model_path

std::string cv::gapi::onnx::detail::ParamDesc::model_path

◆ normalize

std::vector<bool> cv::gapi::onnx::detail::ParamDesc::normalize

◆ num_in

std::size_t cv::gapi::onnx::detail::ParamDesc::num_in

◆ num_out

std::size_t cv::gapi::onnx::detail::ParamDesc::num_out

◆ out_metas

std::vector<cv::GMatDesc> cv::gapi::onnx::detail::ParamDesc::out_metas

◆ output_names

std::vector<std::string> cv::gapi::onnx::detail::ParamDesc::output_names

◆ stdev

std::vector<cv::Scalar> cv::gapi::onnx::detail::ParamDesc::stdev

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