Skip to content

Commit dbe96f2

Browse files
committed
Fix images
1 parent 51c35d9 commit dbe96f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intro/image_processing/image_processing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Changing orientation, resolution, .. ::
2525
>>> zoomed_face.shape
2626
(1536, 2048)
2727

28-
.. figure:: face_transforms.png
28+
.. figure:: image_processing/face_transforms.png
2929
:align: center
3030
:scale: 70
3131

@@ -59,7 +59,7 @@ Image filtering
5959
>>> from scipy import signal
6060
>>> wiener_face = signal.wiener(noisy_face, (5, 5))
6161

62-
.. figure:: filtered_face.png
62+
.. figure:: image_processing/filtered_face.png
6363
:align: center
6464
:scale: 80
6565

@@ -81,7 +81,7 @@ theory. It characterizes and transforms geometrical structures. Binary
8181
theory: the sets to be transformed are the sets of neighboring
8282
non-zero-valued pixels. The theory was also extended to gray-valued images.
8383

84-
.. image:: morpho_mat.png
84+
.. image:: image_processing/morpho_mat.png
8585
:align: center
8686

8787
Elementary mathematical-morphology operations use a *structuring element*
@@ -255,7 +255,7 @@ Now we look for various information about the objects in the image::
255255
<matplotlib.image.AxesImage object at ...>
256256

257257

258-
.. figure:: measures.png
258+
.. figure:: image_processing/measures.png
259259
:align: center
260260
:scale: 80
261261

0 commit comments

Comments
 (0)