Loading...
Searching...
No Matches
cv::gapi::wip::draw::Mosaic Struct Reference
This structure represents a mosaicing operation. More...
#include <opencv2/gapi/render/render_types.hpp>
Public Member Functions | |
GAPI_WRAP | Mosaic () |
Mosaic (const cv::Rect &mos_, int cellSz_, int decim_) | |
Mosaic constructor. | |
Public Attributes | |
GAPI_PROP_RW int | cellSz |
Cell size (same for X, Y) | |
GAPI_PROP_RW int | decim |
Decimation (0 stands for no decimation) | |
GAPI_PROP_RW cv::Rect | mos |
Coordinates of the mosaic. | |
Detailed Description
This structure represents a mosaicing operation.
Mosaicing is a very basic method to obfuscate regions in the image.
Constructor & Destructor Documentation
◆ Mosaic() [1/2]
|
inline |
Mosaic constructor.
- Parameters
-
mos_ Coordinates of the mosaic cellSz_ Cell size (same for X, Y) decim_ Decimation (0 stands for no decimation)
◆ Mosaic() [2/2]
|
inline |
Member Data Documentation
◆ cellSz
GAPI_PROP_RW int cv::gapi::wip::draw::Mosaic::cellSz |
Cell size (same for X, Y)
◆ decim
GAPI_PROP_RW int cv::gapi::wip::draw::Mosaic::decim |
Decimation (0 stands for no decimation)
◆ mos
GAPI_PROP_RW cv::Rect cv::gapi::wip::draw::Mosaic::mos |
Coordinates of the mosaic.
The documentation for this struct was generated from the following file:
- opencv2/gapi/render/render_types.hpp