FFmpeg
Data Fields
DNNData Struct Reference

#include <dnn_interface.h>

Data Fields

float * data
 
int width
 
int height
 
int channels
 

Detailed Description

Definition at line 43 of file dnn_interface.h.

Field Documentation

◆ data

float* DNNData::data

Definition at line 44 of file dnn_interface.h.

Referenced by filter_frame().

◆ width

int DNNData::width

Definition at line 45 of file dnn_interface.h.

Referenced by config_props(), and filter_frame().

◆ height

int DNNData::height

Definition at line 45 of file dnn_interface.h.

Referenced by config_props(), and filter_frame().

◆ channels

int DNNData::channels

Definition at line 45 of file dnn_interface.h.


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