FFmpeg
Loading...
Searching...
No Matches
DnnDetectContext Struct Reference

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

Detailed Description

Definition at line 44 of file vf_dnn_detect.c.

Field Documentation

◆ class

const AVClass* DnnDetectContext::class

Definition at line 45 of file vf_dnn_detect.c.

◆ dnnctx

DnnContext DnnDetectContext::dnnctx

Definition at line 46 of file vf_dnn_detect.c.

◆ confidence

float DnnDetectContext::confidence

Definition at line 47 of file vf_dnn_detect.c.

◆ labels_filename

char* DnnDetectContext::labels_filename

Definition at line 48 of file vf_dnn_detect.c.

◆ labels

char** DnnDetectContext::labels

Definition at line 49 of file vf_dnn_detect.c.

◆ label_count

int DnnDetectContext::label_count

Definition at line 50 of file vf_dnn_detect.c.

◆ model_type

DNNDetectionModelType DnnDetectContext::model_type

Definition at line 51 of file vf_dnn_detect.c.

◆ cell_w

int DnnDetectContext::cell_w

Definition at line 52 of file vf_dnn_detect.c.

◆ cell_h

int DnnDetectContext::cell_h

Definition at line 53 of file vf_dnn_detect.c.

◆ nb_classes

int DnnDetectContext::nb_classes

Definition at line 54 of file vf_dnn_detect.c.

◆ bboxes_fifo

AVFifo* DnnDetectContext::bboxes_fifo

Definition at line 55 of file vf_dnn_detect.c.

◆ scale_width

int DnnDetectContext::scale_width

Definition at line 56 of file vf_dnn_detect.c.

◆ scale_height

int DnnDetectContext::scale_height

Definition at line 57 of file vf_dnn_detect.c.

◆ anchors

float* DnnDetectContext::anchors

Definition at line 58 of file vf_dnn_detect.c.

◆ nb_anchor

int DnnDetectContext::nb_anchor

Definition at line 59 of file vf_dnn_detect.c.


The documentation for this struct was generated from the following file: