|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| DnnContext | dnnctx |
| float | confidence |
| char * | labels_filename |
| char ** | labels |
| int | label_count |
| DNNDetectionModelType | model_type |
| int | cell_w |
| int | cell_h |
| int | nb_classes |
| AVFifo * | bboxes_fifo |
| int | scale_width |
| int | scale_height |
| float * | anchors |
| int | nb_anchor |
Definition at line 43 of file vf_dnn_detect.c.
| const AVClass* DnnDetectContext::class |
Definition at line 44 of file vf_dnn_detect.c.
| DnnContext DnnDetectContext::dnnctx |
Definition at line 45 of file vf_dnn_detect.c.
| float DnnDetectContext::confidence |
Definition at line 46 of file vf_dnn_detect.c.
| char* DnnDetectContext::labels_filename |
Definition at line 47 of file vf_dnn_detect.c.
| char** DnnDetectContext::labels |
Definition at line 48 of file vf_dnn_detect.c.
| int DnnDetectContext::label_count |
Definition at line 49 of file vf_dnn_detect.c.
| DNNDetectionModelType DnnDetectContext::model_type |
Definition at line 50 of file vf_dnn_detect.c.
| int DnnDetectContext::cell_w |
Definition at line 51 of file vf_dnn_detect.c.
| int DnnDetectContext::cell_h |
Definition at line 52 of file vf_dnn_detect.c.
| int DnnDetectContext::nb_classes |
Definition at line 53 of file vf_dnn_detect.c.
| AVFifo* DnnDetectContext::bboxes_fifo |
Definition at line 54 of file vf_dnn_detect.c.
| int DnnDetectContext::scale_width |
Definition at line 55 of file vf_dnn_detect.c.
| int DnnDetectContext::scale_height |
Definition at line 56 of file vf_dnn_detect.c.
| float* DnnDetectContext::anchors |
Definition at line 57 of file vf_dnn_detect.c.
| int DnnDetectContext::nb_anchor |
Definition at line 58 of file vf_dnn_detect.c.
1.8.17