#include <opencv2/opencv.hpp> #include <string> typedef struct infer_frame{ unsigned char* data; int width; int height; int channels; int type; } INFER_FRAME,*LPINFER_FRAME;