OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::GCPUKernel Class Reference

#include <opencv2/gapi/cpu/gcpukernel.hpp>

Collaboration diagram for cv::GCPUKernel:

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
 

Member Typedef Documentation

◆ F

using cv::GCPUKernel::F = std::function<void(GCPUContext &)>

Constructor & Destructor Documentation

◆ GCPUKernel() [1/2]

cv::GCPUKernel::GCPUKernel ( )

◆ GCPUKernel() [2/2]

cv::GCPUKernel::GCPUKernel ( const F f)
explicit

Member Function Documentation

◆ apply()

void cv::GCPUKernel::apply ( GCPUContext ctx)

Member Data Documentation

◆ m_f

F cv::GCPUKernel::m_f
protected

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