|  | OpenCV 4.13.0-dev
    Open Source Computer Vision | 
#include <opencv2/gapi/gtyped.hpp>
| Classes | |
| class | GCompiledT | 
| Public Types | |
| typedef std::function< R(Args...)> | Gen | 
| Public Member Functions | |
| 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 |