#include #include typedef struct infer_frame{ unsigned char* data; int width; int height; int channels; int type; } INFER_FRAME,*LPINFER_FRAME;