OpenCV
4.1.2
Open Source Computer Vision
|
#include <string>
#include <vector>
#include <opencv2/gapi.hpp>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/own/scalar.hpp>
Classes | |
struct | cv::gapi::wip::draw::Circle |
struct | cv::gapi::wip::draw::Image |
struct | cv::gapi::wip::draw::Line |
struct | cv::gapi::wip::draw::Mosaic |
struct | cv::gapi::wip::draw::Poly |
struct | cv::gapi::wip::draw::Rect |
struct | cv::gapi::wip::draw::Text |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::gapi | |
cv::gapi::ocv | |
cv::gapi::wip | |
cv::gapi::wip::draw | |
Typedefs | |
using | cv::gapi::wip::draw::GMat2 = std::tuple< cv::GMat, cv::GMat > |
using | cv::gapi::wip::draw::GMatDesc2 = std::tuple< cv::GMatDesc, cv::GMatDesc > |
using | cv::gapi::wip::draw::Prim = util::variant< Text, Rect, Circle, Line, Mosaic, Image, Poly > |
using | cv::gapi::wip::draw::Prims = std::vector< Prim > |
Functions | |
cv::gapi::GKernelPackage | cv::gapi::ocv::kernels () |
Create a kernel package object containing kernels and transformations specified in variadic template argument. More... | |
void | cv::gapi::wip::draw::render (cv::Mat &bgr, const Prims &prims, const cv::gapi::GKernelPackage &pkg=ocv::kernels()) |
The function renders on the input image passed drawing primitivies. More... | |
void | cv::gapi::wip::draw::render (cv::Mat &y_plane, cv::Mat &uv_plane, const Prims &prims, const cv::gapi::GKernelPackage &pkg=ocv::kernels()) |
The function renders on two NV12 planes passed drawing primitivies. More... | |