Class cv::GComputationT< R(Args…)>#
#include <opencv2/gapi/gtyped.hpp>Collaboration diagram for cv::GComputationT< R(Args…)>:
Member Typedef Documentation#
Gen#
typedef std::function< R(Args…)> cv::GComputationT< R(Args…)>::Gen
Captured#
typedef std::pair< R, GProtoInputArgs > cv::GComputationT< R(Args…)>::Captured
Member Function Documentation#
capture()#
Captured cv::GComputationT< R(Args…)>::capture(
const Gen & g,
Args… args )
GComputationT()#
cv::GComputationT< R(Args…)>::GComputationT(const Gen & generator)
apply()#
void cv::GComputationT< R(Args…)>::apply(
detail::ProtoToParamT< Args >… inArgs,
detail::ProtoToParamT< R > & outArg )
apply()#
void cv::GComputationT< R(Args…)>::apply(
detail::ProtoToParamT< Args >… inArgs,
detail::ProtoToParamT< R > & outArg,
GCompileArgs && args )
Here is the call graph for this function:
compile()#
GCompiledT cv::GComputationT< R(Args…)>::compile(detail::ProtoToMetaT< Args >… inDescs)
Here is the call graph for this function:
compile()#
GCompiledT cv::GComputationT< R(Args…)>::compile(
detail::ProtoToMetaT< Args >… inDescs,
GCompileArgs && args )
Here is the call graph for this function:
Member Data Documentation#
m_capture#
Captured cv::GComputationT< R(Args…)>::m_capture
m_comp#
cv::GComputation cv::GComputationT< R(Args…)>::m_comp
Source file#
The documentation for this class was generated from the following file:
opencv2/gapi/gtyped.hpp