|
| template<typename Net , typename T > |
| Net::Result | cv::gapi::infer (cv::GOpaque< cv::Rect > roi, T in) |
| | Calculates response for the specified network (template parameter) for the specified region in the source image. Currently expects a single-input network only. More...
|
| |
| template<typename Net , typename... Args> |
| Net::ResultL | cv::gapi::infer (cv::GArray< cv::Rect > roi, Args &&... args) |
| | Calculates responses for the specified network (template parameter) for every region in the source image. More...
|
| |
| template<typename Net , typename... Args> |
| Net::Result | cv::gapi::infer (Args &&... args) |
| | Calculates response for the specified network (template parameter) given the input data. More...
|
| |
| template<typename T = Generic> |
| GInferOutputs | cv::gapi::infer (const std::string &tag, const GInferInputs &inputs) |
| | Calculates response for generic network. More...
|
| |
| template<typename Net , typename T , typename... Args> |
| Net::ResultL | cv::gapi::infer2 (T image, cv::GArray< Args >... args) |
| | Calculates responses for the specified network (template parameter) for every region in the source image, extended version. More...
|
| |
| template<typename... Args> |
| cv::gapi::GNetPackage | cv::gapi::networks (Args &&... args) |
| |
| template<typename T > |
| gapi::GNetParam | cv::detail::strip (T &&t) |
| |