Class for storing Image batch (a sequence of photos)
More...
|
| ImageBatch (IList< Image > images) |
| Create Image batch from Image list.
|
|
| ImageBatch (IList< Image > images, IList< long > timestamps) |
| Create Image batch from Image list and timestamps lists.
|
|
|
IList< long > | Timestamps [get] |
| Timestamps, corresponding to Image objects in array.
|
|
IList< Image > | Images [get] |
| Image array.
|
|
Class for storing Image batch (a sequence of photos)
◆ ImageBatch() [1/2]
Idrnd.FaceSdk.ImageBatch.ImageBatch |
( |
IList< Image > |
images | ) |
|
Create Image batch from Image list.
- Parameters
-
◆ ImageBatch() [2/2]
Idrnd.FaceSdk.ImageBatch.ImageBatch |
( |
IList< Image > |
images, |
|
|
IList< long > |
timestamps |
|
) |
| |
Create Image batch from Image list and timestamps lists.
- Parameters
-
images | Image array |
timestamps | Timestamps, corresponding to Image objects in array |
The documentation for this class was generated from the following file: