mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
GSoC: Add guided filter
Add examples on how to use this filter, and improve the code style. Implement the slice-level parallelism for guided filter. Add the basic version of guided filter. Signed-off-by: Xuewei Meng <xwmeng96@gmail.com> Reviewed-by: Steven Liu <liuqi05@kuaishou.com>
This commit is contained in:
@@ -271,6 +271,7 @@ extern const AVFilter ff_vf_geq;
|
||||
extern const AVFilter ff_vf_gradfun;
|
||||
extern const AVFilter ff_vf_graphmonitor;
|
||||
extern const AVFilter ff_vf_greyedge;
|
||||
extern const AVFilter ff_vf_guided;
|
||||
extern const AVFilter ff_vf_haldclut;
|
||||
extern const AVFilter ff_vf_hflip;
|
||||
extern const AVFilter ff_vf_histeq;
|
||||
|
||||
Reference in New Issue
Block a user