Filter implementing image derain filter using deep convolutional networks.
More...
Go to the source code of this file.
◆ CLIP
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
derain |
| ) |
|
◆ query_formats()
◆ config_inputs()
◆ filter_frame()
◆ init()
◆ uninit()
◆ derain_options
◆ derain_inputs
Initial value:= {
{
.name = "default",
},
}
static int config_inputs(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 183 of file vf_derain.c.
◆ derain_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 193 of file vf_derain.c.
◆ ff_vf_derain
Initial value:= {
.name = "derain",
.priv_class = &derain_class,
}
#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 av_cold int init(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
#define flags(name, subs,...)
static const AVFilterPad derain_inputs[]
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad derain_outputs[]
Definition at line 201 of file vf_derain.c.