OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::GComputation メンバ一覧

これはcv::GComputationの全メンバー(継承されたすべてのメンバーを含む)の完全な一覧である。

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 >::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
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 >::typecv::GComputationinline
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 >::typecv::GComputationinline
compileStreaming(const std::tuple< Ts... > &meta_and_compile_args, detail::Seq< IIs... >)cv::GComputationinlineprotected
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
recompile(GMetaArgs &&in_metas, GCompileArgs &&args)cv::GComputationprotected