OpenCV
4.1.2
Open Source Computer Vision
|
#include <opencv2/gapi/render.hpp>
Public Attributes | |
int | cellSz |
Cell size (same for X, Y). Note: mos size must be multiple of cell size. More... | |
int | decim |
Decimation (0 stands for no decimation) More... | |
cv::Rect | mos |
Coordinates of the mosaic. More... | |
A structure to represent parameters for drawing a mosaic
int cv::gapi::wip::draw::Mosaic::cellSz |
Cell size (same for X, Y). Note: mos size must be multiple of cell size.
int cv::gapi::wip::draw::Mosaic::decim |
Decimation (0 stands for no decimation)
cv::Rect cv::gapi::wip::draw::Mosaic::mos |
Coordinates of the mosaic.