OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/gapi/cpu/gcpukernel.hpp>
公共类型 | |
using | RunF = std::function< void(GCPUContext &)> |
using | SetupF = std::function< void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)> |
公共成员函数 | |
GCPUKernel () | |
GCPUKernel (const RunF &runF, const SetupF &setupF=nullptr) | |
公共属性 | |
bool | m_isStateful = false |
RunF | m_runF = nullptr |
SetupF | m_setupF = nullptr |
using cv::GCPUKernel::RunF = std::function<void(GCPUContext &)> |
using cv::GCPUKernel::SetupF = std::function<void(const GMetaArgs &, const GArgs &, GArg &, const GCompileArgs &)> |
cv::GCPUKernel::GCPUKernel | ( | ) |
bool cv::GCPUKernel::m_isStateful = false |
RunF cv::GCPUKernel::m_runF = nullptr |
SetupF cv::GCPUKernel::m_setupF = nullptr |