OpenCV
4.9.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>
#include <opencv2/gapi/infer.hpp>
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 | |
cv::gapi::onnx::ep | |
This namespace contains Execution Providers structures for G-API ONNX Runtime backend. | |
Typedefs | |
using | cv::gapi::onnx::ep::EP = cv::util::variant< cv::util::monostate, OpenVINO, DirectML, CoreML, CUDA, TensorRT > |
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 () |