FFmpeg
|
#include "libavutil/opt.h"
#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 |
Macros | |
#define | OFFSET(x) offsetof(BBoxContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define | SET_META(key, value) av_dict_set_int(metadata, key, value, 0); |
Functions | |
AVFILTER_DEFINE_CLASS (bbox) | |
static int | query_formats (AVFilterContext *ctx) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | bbox_options [] |
static const AVFilterPad | bbox_inputs [] |
static const AVFilterPad | bbox_outputs [] |
AVFilter | ff_vf_bbox |
bounding box detection filter
Definition in file vf_bbox.c.
#define OFFSET | ( | x | ) | offsetof(BBoxContext, x) |
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
#define SET_META | ( | key, | |
value | |||
) | av_dict_set_int(metadata, key, value, 0); |
AVFILTER_DEFINE_CLASS | ( | bbox | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_vf_bbox |