OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Classes | Functions
cv::gapi::ov Namespace Reference

This namespace contains G-API OpenVINO 2.0 backend functions, structures, and symbols. More...

Namespaces

namespace  detail
 

Classes

struct  Params
 This structure provides functions that fill inference parameters for "OpenVINO Toolkit" model. More...
 
class  Params< cv::gapi::Generic >
 
class  PyParams
 

Functions

cv::gapi::GBackend backend ()
 
PyParams params (const std::string &tag, const std::string &bin_path, const std::string &device)
 
PyParams params (const std::string &tag, const std::string &model_path, const std::string &weights, const std::string &device)
 

Detailed Description

This namespace contains G-API OpenVINO 2.0 backend functions, structures, and symbols.

Function Documentation

◆ backend()

cv::gapi::GBackend cv::gapi::ov::backend ( )

◆ params() [1/2]

PyParams cv::gapi::ov::params ( const std::string &  tag,
const std::string &  bin_path,
const std::string &  device 
)
Python:
cv.gapi.ov.params(tag, model_path, weights, device) -> retval
cv.gapi.ov.params(tag, bin_path, device) -> retval

◆ params() [2/2]

PyParams cv::gapi::ov::params ( const std::string &  tag,
const std::string &  model_path,
const std::string &  weights,
const std::string &  device 
)
Python:
cv.gapi.ov.params(tag, model_path, weights, device) -> retval
cv.gapi.ov.params(tag, bin_path, device) -> retval