Images are everywhere on computers. Some are obvious, like photos on web pages and icons on buttons, but others are more subtle: a font is really a collection of images of characters, and a fax machines is really a computer that is good at scanning and printing.
This activity explores how images are displayed, based on the pixel as a building block. In particular, the great quantity of data in an image means that we need to use compression to be able to store and transmit it efficiently. The compression method used in this activity is based on the one used in fax machines, for black and white images.
Although the main activity is based on coloring a few dozen black pixels with a pencil, in live shows wen like to demonstrate it on a larger scale. One way to do this is to use a can of black spray paint and a square stencil to make a giant picture pixel-by-pixel. Another is to process a photograph of (say) a teacher to the kidfax code, and have a whole class decode the mystery photo.
Tom Bradley, a Computer Science Graduate from Swansea has developed an online Image Representation activity to go along with this Unplugged module.
Mordechai (Moti) Ben-Ari from the Weizmann Institute of Science, Israel has programmed the Image Representation (Run Length Encoding) Unplugged activity in Scratch which can be downloaded in a zip file of the complete set of activities . Please read the ReadMe.txt for documentation.
The Greenroom resources area using the Greenfoot software has the fax machine activity and exercise you can download and use in the Greenfoot environment.
If you are a teacher, you can apply easily to join and use the resources there.
Computing Science Inside Workshop has an activity In the Picture which is a nice extension activity to this topic. In this workshop pupils consider image identification and explore methods that computers could use to achieve this. Using examples such as airport security and feature recognition it becomes clear why image identification systems are necessary. Pupils then try out one technique for image identification and the session finishes with a competition between teams to see who can correctly identify the most images. After this workshop pupils will appreciate the complexity of tasks such as automatic face recognition, and have some insight into how it could work.
Note: You will need to apply and register in order to recieve the Workshop Pack for this activity.
Computing Science Inside Workshop has another activity Painting by Numbers which is a nice extension activity to this topic. In this workshop pupils look at the concept of image representation and question how computing devices such as digital cameras, phones, scanners and PCs can store and transmit images. The processes of digitisation, storage, transfer and rendering are explored using practical exercises, and there are plenty of options for further work following the workshop.
Note: You will need to apply and register in order to recieve the Workshop Pack for this activity.
Computer Science & Engineering for K-12 (cse4k12.org) has the following activities related to binary numbers and image representation below:
Taha Ben Brahim, Ph.D. candidate in Auburn University's Department of Computer Science and Software Engineering has programmed this activity using the Textrix robot and RobotC. View the Videos:
Hiroki Manabe has created a Flash animation version of the Image Representation activity
Picture Logic has a puzzle similar to Run-length coding, but it only represents the number of black squares. You need to use some reasoning to work out where the white gaps are!
An older version of this activity can be downloaded in PDF format here. The content is similar to the current version, but there's some extra technical information.
Wikipedia has useful articles on fax, run-length encoding and pixels
The Mathmaniacs website has a similar activity (lesson 3)
Brian Myers from the University of Cincinnati has a related activity in Image Processing and Computer Vision called Healthcare Imaging where students explore x-rays by comparing them to light rays, and then explore how to create 3D images using CT imaging. This activity was developed for high school students.
Wikipedia: Flatland : A Romance of Many Dimensions is an 1884 satirical novella by the English schoolmaster Edwin Abbott. Writing pseudonymously as "a square", Abbott used the fictional two-dimensional world of Flatland to offer pointed observations on the social hierarchy of Victorian culture. However, the novella's more enduring contribution is its examination of dimensions; in a foreword to one of the many publications of the novella, noted science writer Isaac Asimov described Flatland as "The best introduction one can find into the manner of perceiving dimensions." As such, the novella is still popular amongst mathematics, physics, and computer science students. For some exciting resources on the movie, please visit the following sites:
The PrintBall is a graffiti Robot. It works like a giant Ink-Jet printer using a PaintBall Gun as print-head. The PaintBall gun is mounted on a custom made pan & tilt unit, which is connected to a software programmed with PrintWare 6.0. The pan & tilt is controlled by an Atmel chip [programmed in Basic] allowing the PrintWare 6.0 software to move the two stepper motors and to trigger the PaintBall Gun. The software allows the users to load, analyse and shot images. The resolution of the image can be adjusted according to the number of steps between each points. For videos of PrintBall in action visit the above site.
stackoverflow has an interesting article called Twitter image encoding challenge which is worth a read about "...how their ideas about encoding can lead to more detail in the limited space that you have available"
Hobart and William Smith Colleges has the Data Representation Applet which is a small applet that shows how the same 32 bits stored in the memory of a computer can represent different things, depending on how they are interpreted.
SCIENCE BUDDIES offer the following activities:
TEACH Engineering has the following K-12 resources in image representation:
The students at the Fall 2010 Auburn Robo Camp have demonstrated combining this image representation activity with robotics; this video shows a robot decoding a binary image file (using the Textrix robot and RobotC).
Wolfram Demonstrations Project has the following demonstration activities. Note: You will need to install the Wolfram CDF Player in order to use these activities. You can either download each demonstration or use your browser to run it.
Neuro Productions has Alice in Wonderland (the Bitmap) which is the full story, 12 chapters, more than 25000 words, all are crammed in one Bitmap!
Dane Court Computing has good class notes in Bitmaps and Vectors covering Run Length Encoding