OpenCV
5.0.0-pre
Open Source Computer Vision
|
#include <unordered_map>
#include <string>
#include <array>
#include <tuple>
#include <map>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/gapi/util/optional.hpp>
#include <opencv2/core/cvdef.h>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/infer.hpp>
Namespaces | |
namespace | cv |
namespace | cv::gapi |
namespace | cv::gapi::onnx |
This namespace contains G-API ONNX Runtime backend functions, structures, and symbols. | |
namespace | cv::gapi::onnx::detail |
namespace | 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 class | cv::gapi::onnx::TraitAs : int { cv::gapi::onnx::TENSOR , cv::gapi::onnx::IMAGE } |
Functions | |
cv::gapi::GBackend | cv::gapi::onnx::backend () |