OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::GCPUKernel Class Reference

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

Public Types

using RunF = std::function< void(GCPUContext &)>
 
using SetupF = std::function< void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)>
 

Public Member Functions

 GCPUKernel ()
 
 GCPUKernel (const RunF &runF, const SetupF &setupF=nullptr)
 

Public Attributes

bool m_isStateful = false
 
RunF m_runF = nullptr
 
SetupF m_setupF = nullptr
 

Member Typedef Documentation

using cv::GCPUKernel::RunF = std::function<void(GCPUContext &)>
using cv::GCPUKernel::SetupF = std::function<void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)>

Constructor & Destructor Documentation

cv::GCPUKernel::GCPUKernel ( )
cv::GCPUKernel::GCPUKernel ( const RunF runF,
const SetupF setupF = nullptr 
)

Member Data Documentation

bool cv::GCPUKernel::m_isStateful = false
RunF cv::GCPUKernel::m_runF = nullptr
SetupF cv::GCPUKernel::m_setupF = nullptr

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