Monday, March 29, 2010

Foreclosure XML Feeds I "Like"

http://foreclosure.consumermortgagereports.com/category/economic-impact-of-foreclosures/feed/

NYT: http://topics.nytimes.com/top/reference/timestopics/subjects/f/foreclosures/index.html?rss=1

link to many foreclosure RSS Feeds: http://foreclosure.consumermortgagereports.com/category/us-foreclosure-statistics/

Eastman Home Images, ML, Ingram, Henry B.
(active ca 1890s)

http://www.geh.org/ar/strip53/htmlsrc3/ingram_sld00001.html

Monday, March 22, 2010

Green Screen Quilt and Costume pre-applique




"Curio Curious"







I'm looking for just the right curio which can contain a myriad of video equipment--must be period appropriate (late 19th-century) and less China Cabinet, more Curio Cabinet. It will be stuffed with projectors, computers, and mixers and serve as the command station/Device for the Quivera show.

Wednesday, March 17, 2010

YMYI

Edge Detection Tests




float diff = abs(brightness(pix) - brightness(leftPix));



float diff = abs(brightness(pix) + brightness(leftPix));




float diff = abs(brightness(pix) * brightness(leftPix));





float diff = abs(brightness(pix) / brightness(leftPix));