![]() |
OpenCV 4.12.0
開源計算機視覺
|
此結構體表示要繪製的影像。更多...
#include <opencv2/gapi/render/render_types.hpp>
公共成員函式 | |
| GAPI_WRAP | Image ()=default |
| GAPI_WRAP | Image (const cv::Point &org_, const cv::Mat &img_, const cv::Mat &alpha_) |
| Mosaic 建構函式。 | |
公共屬性 | |
| GAPI_PROP_RW cv::Mat | alpha |
| 要繪製圖像的 Alpha 通道(大小和通道數相同) | |
| GAPI_PROP_RW cv::Mat | img |
| 要繪製的影像。 | |
| GAPI_PROP_RW cv::Point | org |
| 影像的左下角。 | |
此結構體表示要繪製的影像。
Image 使用指定的掩碼混合到幀上。
|
default |
| GAPI_PROP_RW cv::Mat cv::gapi::wip::draw::Image::alpha |
要繪製圖像的 Alpha 通道(大小和通道數相同)
| GAPI_PROP_RW cv::Mat cv::gapi::wip::draw::Image::img |
| GAPI_PROP_RW cv::Point cv::gapi::wip::draw::Image::org |
影像的左下角。