Browse Source

Este no esta como la version del libro ya que tenia cambios mas actualizados como ver el video de FB

Luis Albertorio 8 years ago
parent
commit
d7a8c64e39
2 changed files with 17 additions and 3 deletions
  1. 9
    2
      README-en.md
  2. 8
    1
      README-es.md

+ 9
- 2
README-en.md View File

@@ -32,6 +32,8 @@ Before coming to the laboratory you should have:
32 32
 
33 33
 4. Taken the Pre-Lab quiz that is found in Moodle.
34 34
 
35
+5. Visit the following Facebook page to see how the green technology is used in some Hollywood movies: https://www.facebook.com/video.php?v=920387528037801
36
+
35 37
 ---
36 38
 
37 39
 ---
@@ -105,7 +107,7 @@ The following functions are useful to work with data of type `QRgb`:
105 107
 
106 108
 ####Examples:
107 109
 
108
-1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure2.jpg](images/figure4.jpg)
110
+1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure4.png](images/figure4.png)
109 111
 
110 112
     Notice that the value `0xff00ff` represents the values `0xff`, `0x0`, and `0xff`, that correspond to the red, green and blue components in `myRgb`.
111 113
 
@@ -175,14 +177,19 @@ where $$P_R$$, $$P_G$$, and $$P_B$$ are the red, green and blue components of th
175 177
 ---
176 178
 
177 179
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-01.html"
180
+<br>
178 181
 
179 182
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-02.html"
183
+<br>
180 184
 
181 185
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-03.html"
186
+<br>
182 187
 
183 188
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-04.html"
189
+<br>
184 190
 
185 191
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-05.html"
192
+<br>
186 193
 
187 194
 ---
188 195
 
@@ -323,4 +330,4 @@ Use "Deliverables" in Moodle to upload the `filter.cpp` file that contains the `
323 330
 
324 331
 [2] http://en.wikipedia.org/wiki/Chroma_key
325 332
 
326
-[3] http://doc.qt.io/qt-4.8/qimage.html
333
+[3] http://doc.qt.io/qt-4.8/qimage.html

+ 8
- 1
README-es.md View File

@@ -31,7 +31,9 @@ Antes de llegar al laboratorio debes:
31 31
 
32 32
 3. Haber estudiado los conceptos e instrucciones para la sesión de laboratorio.
33 33
 
34
-4. Visitar la siguiente página de Facebook para ver cómo se ha usado la tecnología de pantalla verde en algunas películas de Hollywood: https://www.facebook.com/video.php?v=920387528037801 
34
+4. Haber tomado el quiz Pre-Lab que se encuentra en Moodle.
35
+
36
+5. Visitar la siguiente página de Facebook para ver cómo se ha usado la tecnología de pantalla verde en algunas películas de Hollywood: https://www.facebook.com/video.php?v=920387528037801 
35 37
 
36 38
 
37 39
 
@@ -179,14 +181,19 @@ donde $$P_R, P_G, P_B$$ son los valores de los componentes rojo, verde y azul de
179 181
 ---
180 182
 
181 183
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-01.html"
184
+<br>
182 185
 
183 186
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-02.html"
187
+<br>
184 188
 
185 189
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-03.html"
190
+<br>
186 191
 
187 192
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-04.html"
193
+<br>
188 194
 
189 195
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-05.html"
196
+<br>
190 197
 
191 198
 ---
192 199