🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
|
| cv::gapi::GBackend | backend () |
| |
| GFrame | copy (const GFrame &in) |
| |
| GArray< uint8_t > | encode (const GFrame &in, const EncoderConfig &) |
| |
| | G_API_OP (GCopy,< GFrame(GFrame)>, "org.opencv.oak.copy") |
| |
| | G_API_OP (GEncFrame,< GArray< uint8_t >(GFrame, EncoderConfig)>, "org.opencv.oak.enc_frame") |
| |
| | G_API_OP (GSobelXY,< GFrame(GFrame, const cv::Mat &, const cv::Mat &)>, "org.opencv.oak.sobelxy") |
| |
| cv::gapi::GKernelPackage | kernels () |
| |
| GFrame | sobelXY (const GFrame &in, const cv::Mat &hk, const cv::Mat &vk) |
| |
◆ backend()
| cv::gapi::GBackend cv::gapi::oak::backend |
( |
| ) |
|
◆ copy()
◆ encode()
◆ G_API_OP() [1/3]
| cv::gapi::oak::G_API_OP |
( |
GCopy | , |
|
|
< GFrame(GFrame)> | , |
|
|
"org.opencv.oak.copy" | ) |
◆ G_API_OP() [2/3]
◆ G_API_OP() [3/3]
◆ kernels()
◆ sobelXY()