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