OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::GOCLKernel Class Reference

#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

Member Typedef Documentation

◆ F

using cv::GOCLKernel::F = std::function<void(GOCLContext &)>

Constructor & Destructor Documentation

◆ GOCLKernel() [1/2]

cv::GOCLKernel::GOCLKernel ( )

◆ GOCLKernel() [2/2]

cv::GOCLKernel::GOCLKernel ( const F & f)
explicit

Member Function Documentation

◆ apply()

void cv::GOCLKernel::apply ( GOCLContext & ctx)

Member Data Documentation

◆ m_f

F cv::GOCLKernel::m_f
protected

The documentation for this class was generated from the following file: