Selaa lähdekoodia

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 vuotta sitten
vanhempi
commit
9416707d8e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Näytä tiedosto

244
 
244
 
245
 Test your implementation by loading object and background images and verifying the merged image.
245
 Test your implementation by loading object and background images and verifying the merged image.
246
 
246
 
247
-## Exercise 2 - Creating a Composite Image using a Ghost Filter
247
+## Exercise 2 - Creating a Composite Image using a `ghost` Filter
248
 
248
 
249
 In this exercise you will modify Exercise 1 to apply a ghost filter to each of the pixels that will be composed over the background image (if the `ghost` variable is true). The filter creates a ghost like effect on the objects composed over the background image, as in Figure 6.
249
 In this exercise you will modify Exercise 1 to apply a ghost filter to each of the pixels that will be composed over the background image (if the `ghost` variable is true). The filter creates a ghost like effect on the objects composed over the background image, as in Figure 6.
250
 
250