mirror of
https://github.com/Kagami/go-face.git
synced 2026-04-22 23:07:15 +08:00
4 lines
104 B
C
4 lines
104 B
C
#pragma once
|
|
|
|
void load_mem_jpeg(dlib::matrix<dlib::rgb_pixel>& img, const uint8_t* img_data, int len);
|