#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) |
| GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs) |
| GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args) |
| typedef std::function<R(Args...)> cv::GComputationT< R(Args...)>::Gen |
|
inline |
|
inline |
References cv::GComputation::apply(), cv::gin(), and cv::gout().

|
inline |
|
inline |