|
@@ -175,6 +175,19 @@ donde $$P_R, P_G, P_B$$ son los valores de los componentes rojo, verde y azul de
|
175
|
175
|
|
176
|
176
|
---
|
177
|
177
|
|
|
178
|
+!INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-01.html"
|
|
179
|
+
|
|
180
|
+!INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-02.html"
|
|
181
|
+
|
|
182
|
+!INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-03.html"
|
|
183
|
+
|
|
184
|
+!INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-04.html"
|
|
185
|
+
|
|
186
|
+!INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-05.html"
|
|
187
|
+
|
|
188
|
+---
|
|
189
|
+
|
|
190
|
+---
|
178
|
191
|
|
179
|
192
|
##Sesión de laboratorio:
|
180
|
193
|
|
|
@@ -199,7 +212,6 @@ Estarás trabajando con el archivo `Filter.cpp`. Lo que sigue es un resumen de l
|
199
|
212
|
|
200
|
213
|
2. Compila y corre el programa. El código que te proveemos crea la interfaz de la Figura 5. Los botones *Select Image* y *Select Background Image* ya han sido programados.
|
201
|
214
|
|
202
|
|
-
|
203
|
215
|
---
|
204
|
216
|
|
205
|
217
|
![figure6.png](images/figure6.png)
|
|
@@ -495,6 +507,21 @@ where $$P_R$$, $$P_G$$, and $$P_B$$ are the red, green and blue components of th
|
495
|
507
|
|
496
|
508
|
---
|
497
|
509
|
|
|
510
|
+!INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-01.html"
|
|
511
|
+
|
|
512
|
+!INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-02.html"
|
|
513
|
+
|
|
514
|
+!INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-03.html"
|
|
515
|
+
|
|
516
|
+!INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-04.html"
|
|
517
|
+
|
|
518
|
+!INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-05.html"
|
|
519
|
+
|
|
520
|
+---
|
|
521
|
+
|
|
522
|
+---
|
|
523
|
+
|
|
524
|
+
|
498
|
525
|
##Laboratory Session
|
499
|
526
|
|
500
|
527
|
In this laboratory experience, starting with an image with an object of interest over a solid color background and an image to use as a background, you will define and implement a function that creates a third merged image where the image with the object of interest will have its background color removed and will appear over the image chosen to be the background.
|