|
FFmpeg
|
bounding box detection filter More...
#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/timestamp.h"#include "avfilter.h"#include "bbox.h"#include "internal.h"Classes | |
| 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); |
Typedefs | |
| typedef struct BBoxContext | BBoxContext |
Functions | |
| AVFILTER_DEFINE_CLASS (bbox) | |
Variables | |
| AVFilter | ff_vf_bbox |
bounding box detection filter
| AVFilter ff_vf_bbox |
1.8.12