Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXuewei Meng <xwmeng96@gmail.com>2019-08-22 13:28:44 +0300
committerSteven Liu <lq@chinaffmpeg.org>2019-08-26 05:59:01 +0300
commitf0c97d613ea764db8e78b9cc40ff1c821b140c79 (patch)
tree5f4675e0b3e60b43a2bbaf213c908eab7e4011e1 /doc
parent434588596fef6bd2cef17f8c9c2979a010153edd (diff)
libavfilter: Add dehaze-filter option in existing derain.
Add the support of dehaze filter in existing derain filter source code. As the processing procedure in FFmpeg is the same for current derain and dehaze, we reuse the derain filter source code. The model training and generation scripts are in repo https://github.com/XueweiMeng/derain_filter.git Reviewed-by: Steven Liu <lq@onvideo.cn> Signed-off-by: Xuewei Meng <xwmeng96@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2fbb479186..7759fe177b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -8449,6 +8449,18 @@ files (.pb) by using tools/python/convert.py
The filter accepts the following options:
@table @option
+@item filter_type
+Specify which filter to use. This option accepts the following values:
+
+@table @samp
+@item derain
+Derain filter. To conduct derain filter, you need to use a derain model.
+
+@item dehaze
+Dehaze filter. To conduct dehaze filter, you need to use a dehaze model.
+@end table
+Default value is @samp{derain}.
+
@item dnn_backend
Specify which DNN backend to use for model loading and execution. This option accepts
the following values: