OpenCV
4.0.0
Open Source Computer Vision
|
#include "ggpukernel.hpp"
Public Types | |
using | F = std::function< void(GGPUContext &)> |
Public Member Functions | |
GGPUKernel () | |
GGPUKernel (const F &f) | |
void | apply (GGPUContext &ctx) |
Protected Attributes | |
F | m_f |
using cv::GGPUKernel::F = std::function<void(GGPUContext &)> |
cv::GGPUKernel::GGPUKernel | ( | ) |
|
explicit |
void cv::GGPUKernel::apply | ( | GGPUContext & | ctx | ) |
|
protected |