mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Merge pull request #1251 from StevenPuttemans:bugfix_3209
This commit is contained in:
commit
390b67e5a0
@ -1446,7 +1446,7 @@ Applies a separable linear filter to an image.
|
||||
|
||||
:param kernelY: Coefficients for filtering each column.
|
||||
|
||||
:param anchor: Anchor position within the kernel. The default value :math:`(-1, 1)` means that the anchor is at the kernel center.
|
||||
:param anchor: Anchor position within the kernel. The default value :math:`(-1,-1)` means that the anchor is at the kernel center.
|
||||
|
||||
:param delta: Value added to the filtered results before storing them.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user