![]() |
Anonymizer
6.0.1
SDK for anonymization of human faces and licence plates in images.
|
Region Of Interest Region Of Interest (ROI) defines image area where anonymization is applied. The ROI is defined by its top left point and size. The active pixels of regions are defined by closed ranges <x,x+width-1>, <y,y+height-1> More...
#include <Anonymizer.h>
Data Fields | |
int | x |
int | y |
unsigned int | width |
unsigned int | height |
Region Of Interest Region Of Interest (ROI) defines image area where anonymization is applied. The ROI is defined by its top left point and size. The active pixels of regions are defined by closed ranges <x,x+width-1>, <y,y+height-1>
Definition at line 44 of file Anonymizer.h.
unsigned int height |
height of ROI
Definition at line 49 of file Anonymizer.h.
unsigned int width |
width of ROI
Definition at line 48 of file Anonymizer.h.
int x |
define top left column of ROI
Definition at line 46 of file Anonymizer.h.
int y |
define top left row of ROI
Definition at line 47 of file Anonymizer.h.