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

#include <opencv2/gapi/gcompoundkernel.hpp>

Public Types

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

Public Member Functions

 GCompoundKernel (const F &f)
 
void apply (GCompoundContext &ctx)
 

Protected Attributes

F m_f
 

Member Typedef Documentation

◆ F

using cv::detail::GCompoundKernel::F = std::function<void(GCompoundContext& ctx)>

Constructor & Destructor Documentation

◆ GCompoundKernel()

cv::detail::GCompoundKernel::GCompoundKernel ( const F f)
explicit

Member Function Documentation

◆ apply()

void cv::detail::GCompoundKernel::apply ( GCompoundContext ctx)

Member Data Documentation

◆ m_f

F cv::detail::GCompoundKernel::m_f
protected

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