Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1)

This commit is contained in:
StevenPuttemans 2013-08-12 11:44:38 +02:00
parent 8d39350b4d
commit fd056235d3

View File

@ -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.