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

名前空間

namespace  detail
 

クラス

class  ColorCamera
 
struct  ColorCameraParams
 
struct  EncoderConfig
 
class  Params
 

関数

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()

GFrame cv::gapi::oak::copy ( const GFrame & in)

◆ encode()

GArray< uint8_t > cv::gapi::oak::encode ( const GFrame & in,
const EncoderConfig &  )

◆ G_API_OP() [1/3]

cv::gapi::oak::G_API_OP ( GCopy ,
< GFrame(GFrame)> ,
"org.opencv.oak.copy"  )

◆ G_API_OP() [2/3]

cv::gapi::oak::G_API_OP ( GEncFrame ,
< GArray< uint8_t >(GFrame, EncoderConfig)> ,
"org.opencv.oak.enc_frame"  )
この関数の呼び出しグラフ:

◆ G_API_OP() [3/3]

cv::gapi::oak::G_API_OP ( GSobelXY ,
< GFrame(GFrame, const cv::Mat &, const cv::Mat &)> ,
"org.opencv.oak.sobelxy"  )

◆ kernels()

cv::gapi::GKernelPackage cv::gapi::oak::kernels ( )

◆ sobelXY()

GFrame cv::gapi::oak::sobelXY ( const GFrame & in,
const cv::Mat & hk,
const cv::Mat & vk )