Jose Ortiz 8 years ago
parent
commit
8bfedda04b
1 changed files with 19 additions and 1 deletions
  1. 19
    1
      README.md

+ 19
- 1
README.md View File

@@ -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.