|
MeiCam SDK For Android
3.14.4
|
Mask region informations. More...
Classes | |
| class | Ellipse2D |
| Ellipse. More... | |
| class | Mirror |
| Mirror. More... | |
| class | RegionInfo |
| Region information. More... | |
| class | Transform2D |
| 2D transform More... | |
Public Member Functions | |
| List< RegionInfo > | getRegionInfoArray () |
| void | addRegionInfo (RegionInfo info) |
| void | removeRegionInfoByIndex (int index) |
Static Public Attributes | |
| static final int | MASK_REGION_TYPE_POLYGON = 0 |
| polygon region More... | |
| static final int | MASK_REGION_TYPE_CUBIC_CURVE = 1 |
| region composed of cubic curve More... | |
| static final int | MASK_REGION_TYPE_ELLIPSE2D = 2 |
| ellipse region More... | |
| static final int | MASK_REGION_TYPE_MIRROR = 3 |
| mirror region More... | |
Mask region informations.
|
inline |
|
inline |
|
inline |
|
static |
region composed of cubic curve
|
static |
ellipse region
|
static |
mirror region
|
static |
polygon region
1.8.17