]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_derain.c: put all the calculation in model file.
authorGuo, Yejun <yejun.guo@intel.com>
Fri, 20 Mar 2020 12:54:07 +0000 (20:54 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Tue, 7 Apr 2020 03:04:47 +0000 (11:04 +0800)
commit7e4527e8fa1f8f0bba6a7f7cadc407813f17fbd1
tree6f01c89c95ce4f50296625c05a4f7bc4df1d6c72
parentbbc64799dce727aaa73522353eaf01b11ad79755
avfilter/vf_derain.c: put all the calculation in model file.

currently, the model outputs the rain, and so need a subtraction
in filter c code to get the final derain result.

I've sent a PR to update the model file and accepted, see at
https://github.com/XueweiMeng/derain_filter/pull/3

Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
doc/filters.texi
libavfilter/vf_derain.c