![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <opencv2/gapi/gtyped.hpp>
类 | |
| 类 | GCompiledT |
公共类型 | |
| typedef std::function< R(Args...)> | Gen |
公共成员函数 | |
| GComputationT (const Gen &generator) | |
| void | apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg) |
| void | apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg, GCompileArgs &&args) |
| GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs) |
| GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args) |
| std::function<R(Args...)> cv::GComputationT< R(Args...)>::Gen |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |