Class for storing image in Face SDK format.
More...
Inherits IDisposable.
|
| Image (byte[] bytes) |
| Create Image object from binary file in memory buffer.
|
|
| Image (string path) |
| Create Image object from disk.
|
|
| Image (byte[] bytes, uint rows, uint cols, ColorEncoding encoding) |
| Create Image object from memory buffer.
|
|
Class for storing image in Face SDK format.
◆ Image() [1/3]
Idrnd.FaceSdk.Image.Image |
( |
byte[] |
bytes | ) |
|
Create Image object from binary file in memory buffer.
- Parameters
-
bytes | Memory buffer with binary image file |
◆ Image() [2/3]
Idrnd.FaceSdk.Image.Image |
( |
string |
path | ) |
|
Create Image object from disk.
- Parameters
-
path | Path to image file on disk |
◆ Image() [3/3]
Idrnd.FaceSdk.Image.Image |
( |
byte[] |
bytes, |
|
|
uint |
rows, |
|
|
uint |
cols, |
|
|
ColorEncoding |
encoding |
|
) |
| |
Create Image object from memory buffer.
- Parameters
-
bytes | Memory buffer (raw image matrix) |
rows | Number of image rows |
cols | Number of image cols |
encoding | Color encoding format of input buffer |
The documentation for this class was generated from the following file: