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()
|
explicit |
Member Function Documentation
◆ apply()
| void cv::detail::GCompoundKernel::apply | ( | GCompoundContext & | ctx | ) |
Member Data Documentation
◆ m_f
|
protected |
The documentation for this class was generated from the following file:
- opencv2/gapi/gcompoundkernel.hpp
1.9.6