Session-6:

Color Images and Their Components

SESSION DESCRIPTION AND OBJECTIVES

Session-6 introduces students to Algorithms: Loops, Conditionals, and Sequential Thinking. The session goals include:

  1. Represent grayscale and color images using RGB. / Representar imágenes en escala de grises y color usando RGB.
  2. Manipulate real images (using a digital camera). / Manipular imágenes reales (usando una cámara digital).
  3. Open image files in Python and familiarize with AOLME Python Library. / Abrir archivos de imagen en Python y familiarizarse con la libreria de AOLME en Python.
  4. Link image creation with binary and hexadecimal numbers. / Vincular el desarrollo de imágenes con los números binarios y hexadecimales.

To accomplish these goals, Session-6 includes activities described on the cards below. Work through the activities described in each card. Note that the activities in the cards also include programming tasks. Access the programming tasks using the links next to each card.


6.1. Creating Images w/ the “Image Generator” / Creando Imágenes con el “Image Generator”


6.2. Images & Numbers / Imágenes & Números


6.3. Processing Real-life Images with Python / Procesando imágenes de la vida real con Python