OpenCV  4.0.0
Open Source Computer Vision
cv::GComputation Member List

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, 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 >::typecv::GComputationinline
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 >::typecv::GComputationinline
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 typedefcv::GComputation