OpenCV
4.0.0
Open Source Computer Vision
|
#include "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 |