|  | OpenCV
    4.5.1
    Open Source Computer Vision | 
This structure represents an image to draw. More...
#include <opencv2/gapi/render/render_types.hpp>
| Public Member Functions | |
| Image (const cv::Point &org_, const cv::Mat &img_, const cv::Mat &alpha_) | |
| Mosaic constructor.  More... | |
| Image ()=default | |
| Public Attributes | |
| cv::Point | org | 
| The bottom-left corner of the image.  More... | |
| cv::Mat | img | 
| Image to draw.  More... | |
| cv::Mat | alpha | 
| Alpha channel for image to draw (same size and number of channels)  More... | |
This structure represents an image to draw.
Image is blended on a frame using the specified mask.
| 
 | default | 
| cv::Mat cv::gapi::wip::draw::Image::alpha | 
Alpha channel for image to draw (same size and number of channels)
| cv::Point cv::gapi::wip::draw::Image::org | 
The bottom-left corner of the image.
 1.8.13
 1.8.13