OpenCV
4.6.0
Open Source Computer Vision
|
#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 |
This structure contains description of inference parameters which is specific to ONNX models. More... | |
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 | |
This namespace contains G-API ONNX Runtime backend functions, structures, and symbols. | |
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 () |