OpenCV
4.10.0
Open Source Computer Vision
|
#include <opencv2/gapi/ocl/goclkernel.hpp>
Public Types | |
using | F = std::function< void(GOCLContext &)> |
Public Member Functions | |
GOCLKernel () | |
GOCLKernel (const F &f) | |
void | apply (GOCLContext &ctx) |
Protected Attributes | |
F | m_f |
using cv::GOCLKernel::F = std::function<void(GOCLContext &)> |
cv::GOCLKernel::GOCLKernel | ( | ) |
|
explicit |
void cv::GOCLKernel::apply | ( | GOCLContext & | ctx | ) |
|
protected |