FFmpeg
|
#include <dnn_interface.h>
Data Fields | |
void * | data |
int | width |
int | height |
int | channels |
DNNDataType | dt |
DNNColorOrder | order |
Definition at line 59 of file dnn_interface.h.
void* DNNData::data |
Definition at line 60 of file dnn_interface.h.
int DNNData::width |
Definition at line 61 of file dnn_interface.h.
Referenced by check_modelinput_inlink().
int DNNData::height |
Definition at line 61 of file dnn_interface.h.
Referenced by check_modelinput_inlink().
int DNNData::channels |
Definition at line 61 of file dnn_interface.h.
Referenced by check_modelinput_inlink().
DNNDataType DNNData::dt |
Definition at line 63 of file dnn_interface.h.
Referenced by check_modelinput_inlink().
DNNColorOrder DNNData::order |
Definition at line 64 of file dnn_interface.h.