Commit 0a8c7d27 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed typo in cv::erode description

parent 35af5dac
...@@ -827,7 +827,7 @@ erode ...@@ -827,7 +827,7 @@ erode
:param dst: Destination image of the same size and type as ``src`` . :param dst: Destination image of the same size and type as ``src`` .
:param element: Structuring element used for dilation. If ``element=Mat()`` , a :math:`3\times 3` rectangular structuring element is used. :param element: Structuring element used for erosion. If ``element=Mat()`` , a :math:`3\times 3` rectangular structuring element is used.
:param anchor: Position of the anchor within the element. The default value :math:`(-1, -1)` means that the anchor is at the element center. :param anchor: Position of the anchor within the element. The default value :math:`(-1, -1)` means that the anchor is at the element center.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment