OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches

Detailed Description

Classes

struct  cv::gapi::wip::draw::Circle
 This structure represents a circle to draw. More...
struct  cv::gapi::wip::draw::FText
 This structure represents a text string to draw using FreeType renderer. More...
struct  cv::gapi::wip::draw::Image
 This structure represents an image to draw. More...
struct  cv::gapi::wip::draw::Line
 This structure represents a line to draw. More...
struct  cv::gapi::wip::draw::Mosaic
 This structure represents a mosaicing operation. More...
struct  cv::gapi::wip::draw::Poly
 This structure represents a polygon to draw. More...
struct  cv::gapi::wip::draw::Rect
 This structure represents a rectangle to draw. More...
struct  cv::gapi::wip::draw::Text
 This structure represents a text string to draw. More...

Typedefs

using cv::gapi::wip::draw::Prim
using cv::gapi::wip::draw::Prims = std::vector<Prim>

Typedef Documentation

◆ Prim

#include <opencv2/gapi/render/render_types.hpp>

Initial value:
< Text
, Rect
, Line
, Poly
>
Definition variant.hpp:72
This structure represents a circle to draw.
Definition render_types.hpp:165
This structure represents a text string to draw using FreeType renderer.
Definition render_types.hpp:95
This structure represents an image to draw.
Definition render_types.hpp:278
This structure represents a line to draw.
Definition render_types.hpp:206
This structure represents a mosaicing operation.
Definition render_types.hpp:247
This structure represents a polygon to draw.
Definition render_types.hpp:308
This structure represents a rectangle to draw.
Definition render_types.hpp:128
This structure represents a text string to draw.
Definition render_types.hpp:45

◆ Prims