Filter implementing image derain filter using deep convolutional networks.
More...
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
derain |
| ) |
|
◆ query_formats()
◆ filter_frame()
◆ init()
◆ uninit()
◆ derain_options
◆ derain_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 112 of file vf_derain.c.
◆ derain_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 121 of file vf_derain.c.
◆ ff_vf_derain
Initial value:= {
.name = "derain",
.priv_class = &derain_class,
}
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define flags(name, subs,...)
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad derain_outputs[]
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad derain_inputs[]
Definition at line 129 of file vf_derain.c.