|
FFmpeg
|
bounding box detection filter More...
#include "libavutil/pixdesc.h"#include "libavutil/timestamp.h"#include "avfilter.h"#include "bbox.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | BBoxContext |
Functions | |
| static av_cold int | init (AVFilterContext *ctx, const char *args) |
| static int | query_formats (AVFilterContext *ctx) |
| static int | filter_frame (AVFilterLink *inlink, AVFilterBufferRef *picref) |
Variables | |
| static const AVFilterPad | bbox_inputs [] |
| static const AVFilterPad | bbox_outputs [] |
| AVFilter | avfilter_vf_bbox |
bounding box detection filter
Definition in file vf_bbox.c.
|
static |
|
static |
|
static |
|
static |
|
static |
| AVFilter avfilter_vf_bbox |
1.8.2