OpenCV  4.5.1
Open Source Computer Vision
Namespaces | Functions
format.hpp File Reference
#include <opencv2/gapi/gkernel.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::streaming
 

Functions

cv::GMat cv::gapi::streaming::BGR (const cv::GFrame &in)
 Gets bgr plane from input frame. More...
 
GMat cv::gapi::copy (const GMat &in)
 Makes a copy of the input image. Note that this copy may be not real (no actual data copied). Use this function to maintain graph contracts, e.g when graph's input needs to be passed directly to output, like in Streaming mode. More...
 
GFrame cv::gapi::copy (const GFrame &in)
 Makes a copy of the input frame. Note that this copy may be not real (no actual data copied). Use this function to maintain graph contracts, e.g when graph's input needs to be passed directly to output, like in Streaming mode. More...
 
cv::gapi::GKernelPackage cv::gapi::streaming::kernels ()
 Create a kernel package object containing kernels and transformations specified in variadic template argument. More...