From d122c8b1028bb713c6c0cdb45d477f43b62d2436 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Thu, 3 May 2018 15:05:51 +0200 Subject: avfilter/vf_edgedetect: add canny mode Signed-off-by: Paul B Mahol --- doc/filters.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index a0826f2f5d..49c61dd144 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8276,6 +8276,9 @@ Draw white/gray wires on black background. @item colormix Mix the colors to create a paint/cartoon effect. + +@item canny +Apply Canny edge detector on all selected planes. @end table Default value is @var{wires}. -- cgit v1.2.3