|
cv::gapi::GBackend | backend () |
|
GFrame | copy (const GFrame &in) |
|
GArray< uint8_t > | encode (const GFrame &in, const EncoderConfig &) |
|
| 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") |
|
| G_API_OP (GCopy,< GFrame(GFrame)>, "org.opencv.oak.copy") |
|
cv::gapi::GKernelPackage | kernels () |
| Create a kernel package object containing kernels and transformations specified in variadic template argument. More...
|
|
GFrame | sobelXY (const GFrame &in, const cv::Mat &hk, const cv::Mat &vk) |
|