OpenCV
4.1.1
Open Source Computer Vision
|
#include <string>
#include <vector>
#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::Line |
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::wip | |
cv::gapi::wip::draw | |
Typedefs | |
using | cv::gapi::wip::draw::Prim = util::variant< Text, Rect, Circle, Line > |
using | cv::gapi::wip::draw::Prims = std::vector< Prim > |
Functions | |
void | cv::gapi::wip::draw::render (cv::Mat &bgr, const Prims &prims) |
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) |
The function renders on two NV12 planes passed drawing primitivies. More... | |