OpenCV
4.0.0-beta
Open Source Computer Vision
|
This is the complete list of members for cv::GComputation, including all inherited members.
apply(GRunArgs &&ins, GRunArgsP &&outs, GCompileArgs &&args={}) | cv::GComputation | |
apply(const std::vector< cv::gapi::own::Mat > &ins, const std::vector< cv::gapi::own::Mat > &outs, GCompileArgs &&args={}) | cv::GComputation | |
apply(cv::Mat in, cv::Mat &out, GCompileArgs &&args={}) | cv::GComputation | |
apply(cv::Mat in, cv::Scalar &out, GCompileArgs &&args={}) | cv::GComputation | |
apply(cv::Mat in1, cv::Mat in2, cv::Mat &out, GCompileArgs &&args={}) | cv::GComputation | |
apply(cv::Mat in1, cv::Mat in2, cv::Scalar &out, GCompileArgs &&args={}) | cv::GComputation | |
apply(const std::vector< cv::Mat > &ins, const std::vector< cv::Mat > &outs, GCompileArgs &&args={}) | cv::GComputation | |
compile(GMetaArgs &&in_metas, GCompileArgs &&args={}) | cv::GComputation | |
compile(const Ts &... metas) -> typename std::enable_if< detail::are_meta_descrs< Ts... >::value, GCompiled >::type | cv::GComputation | inline |
compile(const Ts &... meta_and_compile_args) -> typename std::enable_if< detail::are_meta_descrs_but_last< Ts... >::value &&std::is_same< GCompileArgs, detail::last_type_t< Ts... > >::value, GCompiled >::type | cv::GComputation | inline |
compile(const std::tuple< Ts... > &meta_and_compile_args, detail::Seq< IIs... >) | cv::GComputation | inlineprotected |
GComputation(const Generator &gen) | cv::GComputation | |
GComputation(GProtoInputArgs &&ins, GProtoOutputArgs &&outs) | cv::GComputation | |
GComputation(GMat in, GMat out) | cv::GComputation | |
GComputation(GMat in, GScalar out) | cv::GComputation | |
GComputation(GMat in1, GMat in2, GMat out) | cv::GComputation | |
GComputation(GMat in1, GMat in2, GScalar out) | cv::GComputation | |
GComputation(const std::vector< GMat > &ins, const std::vector< GMat > &outs) | cv::GComputation | |
Generator typedef | cv::GComputation | |
m_priv | cv::GComputation | protected |
priv() | cv::GComputation | |
priv() const | cv::GComputation |