OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
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: