Method | Description | |
---|---|---|
Face ( byte>.Image |
Initializes a new instance of the Face class.
|
|
Face ( byte original, byte grayframe, int id, string username, int userId, int width, int height ) : Emgu.CV |
Initializes a new instance of the Face class.
|
public Face ( byte>.Image |
||
original | byte>.Image | The original picture. |
grayframe | byte>.Image | The grayframe. |
id | int | The identifier. |
username | string | The username. |
userId | int | The user identifier. |
return | Emgu.CV |
public Face ( byte original, byte grayframe, int id, string username, int userId, int width, int height ) : Emgu.CV | ||
original | byte | The original picture. |
grayframe | byte | The grayframe. |
id | int | The identifier. |
username | string | The username. |
userId | int | The user identifier. |
width | int | The width. |
height | int | The height. |
return | Emgu.CV |