@@ -268,7 +268,7 @@ where $$N_R$$, $$N_G$$, and $$N_B$$ are the red, green and blue components of th
268
268
269
269
## Exercise 3 - Create a Composite Image placing the Object in a Specified Position
270
270
271
-The widget that displays the background has been programmed to register the position where the user clicks. In this exercise you will program the `MergeImages` function so that the position that user clicks in the background image is used as the *top left* corner where the *object* image will be displayed in the merged image. The following figures illustrates the effect. Note the *Selected Coord* values under the images.
271
+The widget that displays the background has been programmed to register the position where the user clicks. In this exercise you will program the `MergeImages` function so that the position that user clicks in the background image is used as the *top left* corner where the *object* image will be displayed in the merged image. The figures 7 and 8 illustrate the effect. Note the *Selected Coord* values under the images.