|
@@ -16,7 +16,7 @@ Two common tasks when working with arrays of data is to search for and sort the
|
16
|
16
|
|
17
|
17
|
3. Use methods from the `vector` C++ class.
|
18
|
18
|
|
19
|
|
-4.Use the methods of the `QImage` class from `Qt` to manipulate an image’s pixels.
|
|
19
|
+4. Use the methods of the `QImage` class from `Qt` to manipulate an image’s pixels.
|
20
|
20
|
|
21
|
21
|
5. Learn about the median filter for image processing.
|
22
|
22
|
|
|
@@ -219,7 +219,7 @@ To find the median of the components of the colors in a pixel, we have to use a
|
219
|
219
|
|
220
|
220
|
![figure3.png](images/figura3.png)
|
221
|
221
|
|
222
|
|
- **Figura 3.** Interfaz del editor de imágenes.
|
|
222
|
+ **Figura 3.** Interface of the image editor.
|
223
|
223
|
|
224
|
224
|
---
|
225
|
225
|
|