Loading...
Searching...
No Matches
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 | ||
) |
◆ 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 | ||
) |