OpenCV 4.11.0
开源计算机视觉
|
#include <opencv2/gapi/gcompoundkernel.hpp>
公共类型 | |
使用 | F = std::function<void(GCompoundContext& ctx)> |
公共成员函数 | |
GCompoundKernel (const F &f) | |
void | apply (GCompoundContext &ctx) |
受保护的属性 | |
F | m_f |
使用 cv::detail::GCompoundKernel::F = std::function<void(GCompoundContext& ctx)> |
|
显式 |
void cv::detail::GCompoundKernel::apply | ( | GCompoundContext & | ctx | ) |
|
受保护的 |