OpenCV 4.10.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::GCPUKernel Class Reference

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

Collaboration diagram for cv::GCPUKernel:

Public Types

using RunF = std::function<void(GCPUContext &)>
 
using SetupF
 

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

◆ RunF

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

◆ SetupF

Initial value:
std::function<void(const GMetaArgs &, const GArgs &,
GArg &, const GCompileArgs &)>
std::vector< GCompileArg > GCompileArgs
Definition gcommon.hpp:200
std::vector< GArg > GArgs
Definition garg.hpp:94
std::vector< GMetaArg > GMetaArgs
Definition gmetaarg.hpp:46

Constructor & Destructor Documentation

◆ GCPUKernel() [1/2]

cv::GCPUKernel::GCPUKernel ( )

◆ GCPUKernel() [2/2]

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

Member Data Documentation

◆ m_isStateful

bool cv::GCPUKernel::m_isStateful = false

◆ m_runF

RunF cv::GCPUKernel::m_runF = nullptr

◆ m_setupF

SetupF cv::GCPUKernel::m_setupF = nullptr

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