summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorXuewei Meng <xwmeng96@gmail.com>2019-05-30 20:35:17 +0800
committerSteven Liu <lq@chinaffmpeg.org>2019-06-06 13:59:43 +0800
commit78e1d7f42110aec8d4cd703a7939c64b5a191952 (patch)
tree4d1dd0f47950907ff88cc8645f71ac64de8723ae /libavfilter/allfilters.c
parent3be44900144267f657d935c31130d9377d8a722b (diff)
libavfilter: Add derain filter
Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Training scripts as well as scripts for model generation are provided in the repository at https://github.com/XueweiMeng/derain_filter.git. Signed-off-by: Xuewei Meng <xwmeng96@gmail.com>
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index 858ed1cf78..9c846b1ddd 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -196,6 +196,7 @@ extern AVFilter ff_vf_deinterlace_vaapi;
extern AVFilter ff_vf_dejudder;
extern AVFilter ff_vf_delogo;
extern AVFilter ff_vf_denoise_vaapi;
+extern AVFilter ff_vf_derain;
extern AVFilter ff_vf_deshake;
extern AVFilter ff_vf_despill;
extern AVFilter ff_vf_detelecine;