OpenCV
4.0.0
Open Source Computer Vision
|
#include <vector>
#include <functional>
#include <map>
#include <unordered_map>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/gkernel.hpp>
#include <opencv2/gapi/garg.hpp>
#include <opencv2/gapi/own/types.hpp>
#include <opencv2/gapi/fluid/gfluidbuffer.hpp>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
cv::gapi | |
cv::gapi::fluid | |
Macros | |
#define | GAPI_FLUID_KERNEL(Name, API, Scratch) struct Name: public cv::GFluidKernelImpl<Name, API, Scratch> |
Functions | |
cv::gapi::GBackend | cv::gapi::fluid::backend () |
Get a reference to Fluid backend. More... | |
#define GAPI_FLUID_KERNEL | ( | Name, | |
API, | |||
Scratch | |||
) | struct Name: public cv::GFluidKernelImpl<Name, API, Scratch> |