OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Functions
format.hpp File Reference
#include <opencv2/gapi/gkernel.hpp>
Include dependency graph for format.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  cv::gapi
 
namespace  cv::gapi::streaming
 This namespace contains G-API functions, structures, and symbols related to the Streaming execution mode.
 

Functions

cv::GMat cv::gapi::streaming::BGR (const cv::GFrame &in)
 Gets bgr plane from input frame.
 
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.
 
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.
 
 cv::gapi::streaming::G_API_OP (GUV,< GMat(GFrame)>, "org.opencv.streaming.UV")
 
 cv::gapi::streaming::G_API_OP (GY,< GMat(GFrame)>, "org.opencv.streaming.Y")
 
cv::GKernelPackage cv::gapi::streaming::kernels ()
 
GMat cv::gapi::streaming::UV (const cv::GFrame &frame)
 Extracts UV plane from media frame.
 
GMat cv::gapi::streaming::Y (const cv::GFrame &frame)
 Extracts Y plane from media frame.