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

#include <opencv2/gapi/plaidml/gplaidmlkernel.hpp>

Public Types

using F = std::function< void(GPlaidMLContext &)>
 

Public Member Functions

 GPlaidMLKernel ()=default
 
 GPlaidMLKernel (const F &f)
 
void apply (GPlaidMLContext &ctx) const
 

Protected Attributes

F m_f
 

Member Typedef Documentation

◆ F

using cv::GPlaidMLKernel::F = std::function<void(GPlaidMLContext &)>

Constructor & Destructor Documentation

◆ GPlaidMLKernel() [1/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( )
default

◆ GPlaidMLKernel() [2/2]

cv::GPlaidMLKernel::GPlaidMLKernel ( const F f)
inlineexplicit

Member Function Documentation

◆ apply()

void cv::GPlaidMLKernel::apply ( GPlaidMLContext ctx) const
inline

Member Data Documentation

◆ m_f

F cv::GPlaidMLKernel::m_f
protected

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