OpenCV
4.1.0
Open Source Computer Vision
|
#include <opencv2/gapi/cpu/gcpukernel.hpp>
Public Types | |
using | F = std::function< void(GCPUContext &)> |
Public Member Functions | |
GCPUKernel () | |
GCPUKernel (const F &f) | |
void | apply (GCPUContext &ctx) |
Protected Attributes | |
F | m_f |
using cv::GCPUKernel::F = std::function<void(GCPUContext &)> |
cv::GCPUKernel::GCPUKernel | ( | ) |
|
explicit |
void cv::GCPUKernel::apply | ( | GCPUContext & | ctx | ) |
|
protected |