OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Classes | Functions
cv::gapi::oak Namespace Reference

Namespaces

namespace  detail
 

Classes

class  ColorCamera
 
struct  ColorCameraParams
 
struct  EncoderConfig
 
class  Params
 

Functions

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)
 

Function Documentation

◆ 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"   
)
Here is the call graph for this function:

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