OpenCV
4.9.0
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, GCompileArgs &&args) |
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 |
|
inline |
|
inline |
|
inline |