FFmpeg
|
Data Fields | |
const AVClass * | class |
DnnContext | dnnctx |
float | confidence |
char * | labels_filename |
char ** | labels |
int | label_count |
Definition at line 34 of file vf_dnn_detect.c.
const AVClass* DnnDetectContext::class |
Definition at line 35 of file vf_dnn_detect.c.
DnnContext DnnDetectContext::dnnctx |
Definition at line 36 of file vf_dnn_detect.c.
float DnnDetectContext::confidence |
Definition at line 37 of file vf_dnn_detect.c.
char* DnnDetectContext::labels_filename |
Definition at line 38 of file vf_dnn_detect.c.
char** DnnDetectContext::labels |
Definition at line 39 of file vf_dnn_detect.c.
int DnnDetectContext::label_count |
Definition at line 40 of file vf_dnn_detect.c.