DFACE JAVA SDK  5.0.0
com.dface.dto.Bbox Class Reference

Face box. More...

Public Member Functions

int getX ()
 
void setX (int x)
 
int getY ()
 
void setY (int y)
 
int getWidth ()
 
void setWidth (int width)
 
int getHeight ()
 
void setHeight (int height)
 
float[] getPoint ()
 
void setPoint (float[] point)
 
int getId ()
 
void setId (int id)
 
float getScore ()
 
void setScore (float score)
 
Rect toRect ()
 

Public Attributes

int id
 face id(only track return value valid)
 
int x
 face x coordinate
 
int y
 face y coordinate
 
int width
 face width
 
int height
 face height
 
float score
 face score
 
float[] point
 face points(left eye, right eye, nose, left mouth, right mouth) in sequence front 5 number mean x coordinate, back 5 number mean y coordinate
 

Detailed Description

Face box.


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