Przeglądaj źródła

Checked markdown, added diagnostics

Rafael Arce Nazario 9 lat temu
rodzic
commit
842f0c1323
1 zmienionych plików z 20 dodań i 2 usunięć
  1. 20
    2
      README.md

+ 20
- 2
README.md Wyświetl plik

@@ -134,6 +134,15 @@ int main() {
134 134
 
135 135
 ---
136 136
 
137
+!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-01.html"
138
+
139
+!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-02.html"
140
+
141
+---
142
+
143
+---
144
+
145
+
137 146
 ##Sesión de laboratorio:
138 147
 
139 148
 En la experiencia de laboratorio de hoy diseñarás e implementarás algoritmos simples de procesamiento de imágenes para practicar el uso de ciclos anidados en la manipulación de arreglos bi-dimensionales. 
@@ -216,7 +225,6 @@ donde `red`, `green` y `blue` son los valores para los tonos de los colores rojo
216 225
 
217 226
 5. Prueba tu programa con distintas imágenes y distintos valores de umbral.
218 227
 
219
-
220 228
     ---
221 229
 
222 230
     ![chuck-color.png](images/chuck-color.png)
@@ -409,6 +417,16 @@ int main() {
409 417
 
410 418
 ---
411 419
 
420
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-01.html"
421
+
422
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-02.html"
423
+
424
+
425
+---
426
+
427
+---
428
+
429
+
412 430
 ##Laboratory Session:
413 431
 
414 432
 In today's laboratory experience you will design and implement simple image processing algorithms to practice the use of nested loops and the manipulation of bi-dimensional arrays.
@@ -423,7 +441,7 @@ In today's laboratory experience you will design and implement simple image proc
423 441
 
424 442
     ---
425 443
 
426
-    ![figure3.jpg](images/figure3.jpg)
444
+    ![figure3.png](images/figure3.png)
427 445
 
428 446
     **Figura 2.** Interface del editor de imágenes.
429 447