a workshop examining image processing
and computer vision via the processing environment

 

zachary lieberman / esdi, Barcelonad / Nov 14,15,16, 2005

zlieb a t parsons . edu

 

readings:

this is the intro to processing I discussed in class
Processing (Proce55ing) Tutorial for Macromedia Minds (Nimoy)

A Beginners Guide to Bitmaps (Paul Bourke)
Fear of Programming (Lieberman, Soo-Tho)
Computer Vision for Artists and Designers (Levin)
Myron Krueger, Interview (interface NYC)

examples:

day 1 code examples
day 2 code examples

day 3 code examples
(right click "save as" and then add the folders to your "Processing" sketchbook directory, (ie. C:/Processing - on windows))

suggested problems:

using the rawImage loading and saving code: 1) attempt to create a threshold (using an if() statement) to seperate foreground and background (ie, if (pixel > ...) )
2) add two images together and save them.
3) subtract two images from each other (subtract two simlar style images - sequential frames or similar content )
4) find the average color of the raw image (mean)
5) count the number of white pixels in a raw image.