This structure represents a mosaicing operation.  
 More...
#include <opencv2/gapi/render/render_types.hpp>
This structure represents a mosaicing operation. 
Mosaicing is a very basic method to obfuscate regions in the image. 
◆ Mosaic() [1/2]
  
  | 
        
          | cv::gapi::wip::draw::Mosaic::Mosaic | ( | const cv::Rect & | mos_, |  
          |  |  | int | cellSz_, |  
          |  |  | int | decim_ |  
          |  | ) |  |  |  | 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]
  
  | 
        
          | cv::gapi::wip::draw::Mosaic::Mosaic | ( |  | ) |  |  | inline | 
 
 
◆ cellSz
      
        
          | int cv::gapi::wip::draw::Mosaic::cellSz | 
      
 
Cell size (same for X, Y) 
 
 
◆ 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: