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

#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...
 

Detailed Description

A structure to represent parameters for drawing a mosaic

Member Data Documentation

§ cellSz

int cv::gapi::wip::draw::Mosaic::cellSz

Cell size (same for X, Y). Note: mos size must be multiple of cell size.

§ decim

int cv::gapi::wip::draw::Mosaic::decim

Decimation (0 stands for no decimation)

§ mos

cv::Rect cv::gapi::wip::draw::Mosaic::mos

Coordinates of the mosaic.


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