diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-05-03 15:05:51 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-05-04 21:34:49 +0200 |
commit | d122c8b1028bb713c6c0cdb45d477f43b62d2436 (patch) | |
tree | 38cd36572923a80737f10221b2a6f1eb73e33fd9 /doc | |
parent | aba39cc1f18faf68cf287032516c8ee4efb709b4 (diff) | |
download | ffmpeg-d122c8b1028bb713c6c0cdb45d477f43b62d2436.tar.gz |
avfilter/vf_edgedetect: add canny mode
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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}. |