OpenCV
4.5.5
Open Source Computer Vision
|
This structure represents an image to draw. More...
#include <opencv2/gapi/render/render_types.hpp>
Public Member Functions | |
GAPI_WRAP | Image (const cv::Point &org_, const cv::Mat &img_, const cv::Mat &alpha_) |
Mosaic constructor. More... | |
GAPI_WRAP | Image ()=default |
Public Attributes | |
GAPI_PROP_RW cv::Point | org |
The bottom-left corner of the image. More... | |
GAPI_PROP_RW cv::Mat | img |
Image to draw. More... | |
GAPI_PROP_RW 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 |
GAPI_PROP_RW cv::Mat cv::gapi::wip::draw::Image::alpha |
Alpha channel for image to draw (same size and number of channels)
GAPI_PROP_RW cv::Mat cv::gapi::wip::draw::Image::img |
Image to draw.
GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Image::org |
The bottom-left corner of the image.