OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
ov.hpp File Reference
#include <string>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/infer.hpp>
#include <map>
Include dependency graph for ov.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  cv::gapi::wip::ov::benchmark_mode
 Ask G-API OpenVINO backend to run only inference of model provided. More...
 
struct  cv::detail::CompileArgTag< cv::gapi::wip::ov::benchmark_mode >
 
struct  cv::gapi::ov::detail::ParamDesc::CompiledModel
 
struct  cv::gapi::ov::detail::ParamDesc::Model
 
struct  cv::gapi::ov::detail::ParamDesc
 
struct  cv::gapi::ov::Params< Net >
 This structure provides functions that fill inference parameters for "OpenVINO Toolkit" model. More...
 
class  cv::gapi::ov::Params< cv::gapi::Generic >
 

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::detail
 
namespace  cv::gapi
 
namespace  cv::gapi::ov
 This namespace contains G-API OpenVINO 2.0 backend functions, structures, and symbols.
 
namespace  cv::gapi::ov::detail
 
namespace  cv::gapi::wip
 This namespace contains experimental G-API functionality, functions or structures in this namespace are subjects to change or removal in the future releases. This namespace also contains functions which API is not stabilized yet.
 
namespace  cv::gapi::wip::ov
 

Typedefs

template<typename T >
using cv::gapi::ov::detail::AttrMap = std::map< std::string, T >
 
template<typename Attr >
using cv::gapi::ov::detail::LayerVariantAttr = cv::util::variant< cv::util::monostate, AttrMap< Attr >, Attr >
 

Functions

cv::gapi::GBackend cv::gapi::ov::backend ()
 
static detail::ParamDesc::Modelcv::gapi::ov::detail::getModelToSetAttrOrThrow (detail::ParamDesc::Kind &kind, const std::string &attr_name)