OpenCV  4.5.1
Open Source Computer Vision
Classes | Namespaces | Typedefs | Enumerations | Functions
onnx.hpp File Reference
#include <unordered_map>
#include <string>
#include <array>
#include <tuple>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/core/cvdef.h>
#include <opencv2/gapi/gkernel.hpp>

Classes

struct  cv::gapi::onnx::detail::ParamDesc
 
class  cv::gapi::onnx::Params< Net >
 
struct  cv::gapi::onnx::PortCfg< Net >
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::onnx
 
 cv::gapi::onnx::detail
 

Typedefs

using cv::gapi::onnx::PostProc = std::function< void(const std::unordered_map< std::string, cv::Mat > &, std::unordered_map< std::string, cv::Mat > &)>
 

Enumerations

enum  cv::gapi::onnx::TraitAs : int {
  cv::gapi::onnx::TraitAs::TENSOR,
  cv::gapi::onnx::TraitAs::IMAGE
}
 

Functions

cv::gapi::GBackend cv::gapi::onnx::backend ()