doc/filters: correct name for guided filter
Note input requirements and reword option sub description.
This commit is contained in:
@ -12957,8 +12957,10 @@ greyedge=difford=1:minknorm=0:sigma=2
|
|||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@section guided filter
|
@section guided
|
||||||
Apply guided filter for edge-preserving smoothing, dehazing and so on.
|
Apply guided filter for edge-preserving smoothing, dehazing and so on.
|
||||||
|
This filter requires two inputs of same resolution and pixel format.
|
||||||
|
The second input serves as the reference.
|
||||||
|
|
||||||
The filter accepts the following options:
|
The filter accepts the following options:
|
||||||
@table @option
|
@table @option
|
||||||
@ -12975,10 +12977,9 @@ Set filter mode. Can be @code{basic} or @code{fast}.
|
|||||||
Default is @code{basic}.
|
Default is @code{basic}.
|
||||||
|
|
||||||
@item sub
|
@item sub
|
||||||
Set subsampling ratio.
|
Set subsampling ratio for @code{fast} mode.
|
||||||
Allowed range is 1 to 64.
|
Allowed effective range is 2 to 64. Default is 4.
|
||||||
Default is always 1 for @code{basic} value of @var{mode} option,
|
No subsampling occurs in @code{basic} mode.
|
||||||
and 4 for @code{fast} value of @var{mode} option.
|
|
||||||
|
|
||||||
@item planes
|
@item planes
|
||||||
Set planes to filter. Default is first only.
|
Set planes to filter. Default is first only.
|
||||||
|
Reference in New Issue
Block a user