summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-01-15 11:32:49 +0100
committerPaul B Mahol <onemda@gmail.com>2019-10-29 10:56:04 +0100
commit1c3b70e2e078bf0901b3af5491f923818809de37 (patch)
treeb97e20f26684a6859c03a1ea52f8ad74ef14729c /doc
parent68f623d64451a6ee8c81b6071ec68d6097c0f213 (diff)
avfilter: add median filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 5b8062d806..c4477e6677 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -12805,6 +12805,21 @@ Higher values should result in a smoother motion vector field but less
optimal individual vectors. Default value is 1.
@end table
+@section median
+
+Pick median pixel from certain rectangle defined by radius.
+
+This filter accepts the following options:
+
+@table @option
+@item radius
+Set horizontal and vertical radius size. Default value is @code{1}.
+Allowed range is integer from 1 to 127.
+
+@item planes
+Set which planes to process. Default is @code{15}, which is all available planes.
+@end table
+
@section mergeplanes
Merge color channel components from several video streams.