|  | OpenCV 4.13.0-dev
    Open Source Computer Vision | 
#include <functional>#include <unordered_map>#include <utility>#include <vector>#include <opencv2/core/mat.hpp>#include <opencv2/gapi/gcommon.hpp>#include <opencv2/gapi/gkernel.hpp>#include <opencv2/gapi/garg.hpp>#include <opencv2/gapi/gmetaarg.hpp>#include <opencv2/gapi/util/compiler_hints.hpp>#include <opencv2/gapi/util/util.hpp>| Namespaces | |
| namespace | cv | 
| namespace | cv::detail | 
| namespace | cv::gapi | 
| namespace | cv::gapi::cpu | 
| This namespace contains G-API CPU backend functions, structures, and symbols. | |
| namespace | cv::gimpl | 
| Macros | |
| #define | GAPI_OCV_KERNEL(Name, API) | 
| #define | GAPI_OCV_KERNEL_ST(Name, API, State) | 
| Functions | |
| cv::gapi::GBackend | cv::gapi::cpu::backend () | 
| Get a reference to CPU (OpenCV) backend. | |
| template<typename... Outputs> | |
| void | cv::detail::postprocess (Outputs &... outs) | 
| #define GAPI_OCV_KERNEL | ( | Name, | |
| API ) | 
| #define GAPI_OCV_KERNEL_ST | ( | Name, | |
| API, | |||
| State ) |