Commit ee29b045 authored by Jordi Villar's avatar Jordi Villar

fix parenthesis

parent 61567adc
...@@ -60,7 +60,7 @@ Erosion ...@@ -60,7 +60,7 @@ Erosion
* As the kernel :math:`B` is scanned over the image, we compute the minimal pixel value overlapped by :math:`B` and replace the image pixel under the anchor point with that minimal value. * As the kernel :math:`B` is scanned over the image, we compute the minimal pixel value overlapped by :math:`B` and replace the image pixel under the anchor point with that minimal value.
* Analagously to the example for dilation, we can apply the erosion operator to the original image (shown above). You can see in the result below that the bright areas of the image (the background, apparently), get thinner, whereas the dark zones (the "writing"( gets bigger. * Analagously to the example for dilation, we can apply the erosion operator to the original image (shown above). You can see in the result below that the bright areas of the image (the background, apparently), get thinner, whereas the dark zones (the "writing") gets bigger.
.. image:: images/Morphology_1_Tutorial_Theory_Erosion.png .. image:: images/Morphology_1_Tutorial_Theory_Erosion.png
:alt: Erosion result - Theory example :alt: Erosion result - Theory example
......
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