Structure for storing Image batch (a sequence of photos)
More...
#include <facesdk/ImageBatch.h>
|
size_t | n_images = 0 |
| Number of images in ImageBatch (use at your own risk)
|
|
ImagePtr * | images = nullptr |
| Smart pointer to stored array of Images (direct use at your own risk)
|
|
uint64_t * | timestamps = nullptr |
| Smart pointer to array of timestamps (direct use at your own risk)
|
|
Structure for storing Image batch (a sequence of photos)
◆ ImageBatch() [1/2]
facesdk::ImageBatch::ImageBatch |
( |
ImagePtr * |
images_, |
|
|
size_t |
n_images_, |
|
|
const uint64_t * |
timestamps_ = nullptr |
|
) |
| |
Create Image batch from Image array with timestamps.
- Parameters
-
images_ | Pointer to Image array |
n_images_ | Number of Image objects in array |
timestamps_ | Timestamps, corresponding to Image objects in array |
◆ ImageBatch() [2/2]
facesdk::ImageBatch::ImageBatch |
( |
ImageBatch && |
other | ) |
|
|
noexcept |