OpenCV
4.10.0
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 |
"black box" representation of the file storage associated with a file on disk. | |
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) struct Name: public cv::GCPUKernelImpl<Name, API> |
#define | GAPI_OCV_KERNEL_ST(Name, API, State) struct Name: public cv::GCPUStKernelImpl<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 | |||
) | struct Name: public cv::GCPUKernelImpl<Name, API> |
#define GAPI_OCV_KERNEL_ST | ( | Name, | |
API, | |||
State | |||
) | struct Name: public cv::GCPUStKernelImpl<Name, API, State> \ |