OpenCV
4.0.0
Open Source Computer Vision
|
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/core/mat.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
cv::gapi | |
cv::gapi::gpu | |
cv::gimpl | |
Macros | |
#define | GAPI_GPU_KERNEL(Name, API) struct Name: public cv::GGPUKernelImpl<Name, API> |
Functions | |
cv::gapi::GBackend | cv::gapi::gpu::backend () |
Get a reference to GPU backend. More... | |
template<typename... Outputs> | |
void | cv::detail::postprocess_gpu (Outputs &... outs) |
#define GAPI_GPU_KERNEL | ( | Name, | |
API | |||
) | struct Name: public cv::GGPUKernelImpl<Name, API> |