OpenCV  4.1.2
Open Source Computer Vision
Public Attributes | List of all members
cv::gapi::wip::draw::Image Struct Reference

#include <opencv2/gapi/render.hpp>

Public Attributes

cv::Mat alpha
 Alpha channel for image to draw (same size and number of channels) More...
 
cv::Mat img
 Image to draw. More...
 
cv::Point org
 The bottom-left corner of the image. More...
 

Detailed Description

A structure to represent parameters for drawing an image

Member Data Documentation

§ alpha

cv::Mat cv::gapi::wip::draw::Image::alpha

Alpha channel for image to draw (same size and number of channels)

§ img

cv::Mat cv::gapi::wip::draw::Image::img

Image to draw.

§ org

cv::Point cv::gapi::wip::draw::Image::org

The bottom-left corner of the image.


The documentation for this struct was generated from the following file: