OpenCV
4.6.0
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(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, 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 |
compileStreaming(GMetaArgs &&in_metas, GCompileArgs &&args={}) | cv::GComputation | |
compileStreaming(GCompileArgs &&args={}) | cv::GComputation | |
compileStreaming(const Ts &... metas) -> typename std::enable_if< detail::are_meta_descrs< Ts... >::value, GStreamingCompiled >::type | cv::GComputation | inline |
compileStreaming(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, GStreamingCompiled >::type | cv::GComputation | inline |
compileStreaming(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 | |
recompile(GMetaArgs &&in_metas, GCompileArgs &&args) | cv::GComputation | protected |