<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Procrastinating in the Heat</title>
	<atom:link href="http://procrastinatingintheheat.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://procrastinatingintheheat.com</link>
	<description>A few words from a professional procrastinator</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:46:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='procrastinatingintheheat.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Procrastinating in the Heat</title>
		<link>http://procrastinatingintheheat.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://procrastinatingintheheat.com/osd.xml" title="Procrastinating in the Heat" />
	<atom:link rel='hub' href='http://procrastinatingintheheat.com/?pushpress=hub'/>
		<item>
		<title>Apple bite</title>
		<link>http://procrastinatingintheheat.com/2012/02/13/apple-bite/</link>
		<comments>http://procrastinatingintheheat.com/2012/02/13/apple-bite/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 15:46:33 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Computational Cameras]]></category>
		<category><![CDATA[faceosc]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1233</guid>
		<description><![CDATA[Watch here &#160; import oscP5.*; OscP5 oscP5; //crane[] crane; PImage crane1; PImage crane2; PImage crane3; PImage crane4; PImage crane5; PImage apple; String crane= "crane1, crane2, crane3, crane4, crane5"; PVector posePosition; boolean found; float eyeLeftHeight; float eyeRightHeight; float mouthHeight; float mouthWidth; float nostrilHeight; float leftEyebrowHeight; float rightEyebrowHeight; float[] chew = new float [5]; //float[] crane = <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1233&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Apple Bite" href="http://www.youtube.com/watch?v=aWtsdmmh6Ow">Watch here</a></p>
<p>&nbsp;</p>
<p><code>
<p>import oscP5.*;<br />
 OscP5 oscP5;</p>
<p>//crane[] crane;<br />
 PImage crane1;<br />
 PImage crane2;<br />
 PImage crane3;<br />
 PImage crane4;<br />
 PImage crane5;<br />
 PImage apple;</p>
<p>String crane= "crane1, crane2, crane3, crane4, crane5";</p>
<p>PVector posePosition;<br />
 boolean found;<br />
 float eyeLeftHeight;<br />
 float eyeRightHeight;<br />
 float mouthHeight;<br />
 float mouthWidth;<br />
 float nostrilHeight;<br />
 float leftEyebrowHeight;<br />
 float rightEyebrowHeight;</p>
<p>float[] chew = new float [5];<br />
 //float[] crane = new float [crane1, crane2, crane3, crane4, crane5];</p>
<p>//float chew = 0;</p>
<p>PVector[] meshPoints;</p>
<p>float poseScale;</p>
<p>void setup() {<br />
 size(640, 480);<br />
 frameRate(30);</p>
<p>for (int i =0; i &lt; chew.length; i++) {<br />
 chew[i] += 1;<br />
 }</p>
<p>//  crane = new crane [crane1, crane2, crane3, crane4, crane5];<br />
 crane1 = loadImage("crane01.JPG");<br />
 crane2 = loadImage("crane02.JPG");<br />
 crane3 = loadImage("crane03.JPG");<br />
 crane4 = loadImage("crane04.JPG");<br />
 crane5 = loadImage("crane05.JPG");<br />
 apple = loadImage("apple.jpg");</p>
<p>meshPoints = new PVector[66];</p>
<p>for (int i = 0; i &lt; meshPoints.length; i++) {<br />
 meshPoints[i] = new PVector();<br />
 }</p>
<p>oscP5 = new OscP5(this, 8338);<br />
 oscP5.plug(this, "mouthWidthReceived", "/gesture/mouth/width");<br />
 oscP5.plug(this, "mouthHeightReceived", "/gesture/mouth/height");<br />
 oscP5.plug(this, "eyebrowLeftReceived", "/gesture/eyebrow/left");<br />
 oscP5.plug(this, "eyebrowRightReceived", "/gesture/eyebrow/right");<br />
 oscP5.plug(this, "eyeLeftReceived", "/gesture/eye/left");<br />
 oscP5.plug(this, "eyeRightReceived", "/gesture/eye/right");<br />
 oscP5.plug(this, "jawReceived", "/gesture/jaw");<br />
 oscP5.plug(this, "nostrilsReceived", "/gesture/nostrils");<br />
 oscP5.plug(this, "found", "/found");<br />
 oscP5.plug(this, "poseOrientation", "/pose/orientation");<br />
 oscP5.plug(this, "posePosition", "/pose/position");<br />
 oscP5.plug(this, "poseScale", "/pose/scale");<br />
 oscP5.plug(this, "loadMesh", "/raw");<br />
 }</p>
<p>void draw() {<br />
 background(0);<br />
 stroke(100);<br />
 /*<br />
 for (int i=0; i  1) {<br />
 image(apple, 0, 0, 640, 480);<br />
 }<br />
 //}<br />
 /* if (found) {<br />
 fill(255);<br />
 for (int i = 0; i  0) {<br />
 PVector prev = meshPoints[i-1];<br />
 line(prev.x, prev.y, p.x, p.y);<br />
 }<br />
 }*/</p>
<p>/<em>translate(posePosition.x, posePosition.y);<br />
 scale(poseScale);<br />
 noFill();<br />
 // ellipse(0,0, 3,3);<br />
 ellipse(-20, eyeLeftHeight * -9, 20, 7);<br />
 ellipse(20, eyeRightHeight * -9, 20, 7);<br />
 ellipse(0, 20, mouthWidth</em> 3, mouthHeight * 3);<br />
 ellipse(-5, nostrilHeight * -1, 7, 3);<br />
 ellipse(5, nostrilHeight * -1, 7, 3);<br />
 rectMode(CENTER);<br />
 fill(0);<br />
 rect(-20, leftEyebrowHeight * -5, 25, 5);<br />
 rect(20, rightEyebrowHeight * -5, 25, 5);<br />
 */<br />
 }<br />
 //}</p>
<p>public void mouthWidthReceived(float w) {<br />
 // println("mouth Width: " + w);<br />
 mouthWidth = w;<br />
 }</p>
<p>public void mouthHeightReceived(float h) {<br />
 println("mouth height: " + h);<br />
 mouthHeight = h;<br />
 }</p>
<p>public void eyebrowLeftReceived(float h) {<br />
 // println("eyebrow left: " + h);<br />
 leftEyebrowHeight = h;<br />
 }</p>
<p>public void eyebrowRightReceived(float h) {<br />
 // println("eyebrow right: " + h);<br />
 rightEyebrowHeight = h;<br />
 }</p>
<p>public void eyeLeftReceived(float h) {<br />
 // println("eye left: " + h);<br />
 eyeLeftHeight = h;<br />
 }</p>
<p>public void eyeRightReceived(float h) {<br />
 // println("eye right: " + h);<br />
 eyeRightHeight = h;<br />
 }</p>
<p>public void jawReceived(float h) {<br />
 // println("jaw: " + h);<br />
 }</p>
<p>public void nostrilsReceived(float h) {<br />
 // println("nostrils: " + h);<br />
 nostrilHeight = h;<br />
 }</p>
<p>public void found(int i) {<br />
 println("found: " + i); // 1 == found, 0 == not found<br />
 found = i == 1;<br />
 }</p>
<p>public void posePosition(float x, float y) {<br />
 //println("pose position\tX: " + x + " Y: " + y );<br />
 posePosition = new PVector(x, y);<br />
 }</p>
<p>public void poseScale(float s) {<br />
 //println("scale: " + s);<br />
 poseScale = s;<br />
 }</p>
<p>public void poseOrientation(float x, float y, float z) {<br />
 //println("pose orientation\tX: " + x + " Y: " + y + " Z: " + z);<br />
 }</p>
<p>public void loadMesh(float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5, float x6, float y6, float x7, float y7, float x8, float y8, float x9, float y9, float x10, float y10, float x11, float y11, float x12, float y12, float x13, float y13, float x14, float y14, float x15, float y15, float x16, float y16, float x17, float y17, float x18, float y18, float x19, float y19, float x20, float y20, float x21, float y21, float x22, float y22, float x23, float y23, float x24, float y24, float x25, float y25, float x26, float y26, float x27, float y27, float x28, float y28, float x29, float y29, float x30, float y30, float x31, float y31, float x32, float y32, float x33, float y33, float x34, float y34, float x35, float y35, float x36, float y36, float x37, float y37, float x38, float y38, float x39, float y39, float x40, float y40, float x41, float y41, float x42, float y42, float x43, float y43, float x44, float y44, float x45, float y45, float x46, float y46, float x47, float y47, float x48, float y48, float x49, float y49, float x50, float y50, float x51, float y51, float x52, float y52, float x53, float y53, float x54, float y54, float x55, float y55, float x56, float y56, float x57, float y57, float x58, float y58, float x59, float y59, float x60, float y60, float x61, float y61, float x62, float y62, float x63, float y63, float x64, float y64, float x65, float y65) {<br />
 println("loading mesh...");<br />
 meshPoints[0].x = x0;<br />
 meshPoints[0].y = y0;<br />
 meshPoints[1].x = x1;<br />
 meshPoints[1].y = y1;<br />
 meshPoints[2].x = x2;<br />
 meshPoints[2].y = y2;<br />
 meshPoints[3].x = x3;<br />
 meshPoints[3].y = y3;<br />
 meshPoints[4].x = x4;<br />
 meshPoints[4].y = y4;<br />
 meshPoints[5].x = x5;<br />
 meshPoints[5].y = y5;<br />
 meshPoints[6].x = x6;<br />
 meshPoints[6].y = y6;<br />
 meshPoints[7].x = x7;<br />
 meshPoints[7].y = y7;<br />
 meshPoints[8].x = x8;<br />
 meshPoints[8].y = y8;<br />
 meshPoints[9].x = x9;<br />
 meshPoints[9].y = y9;<br />
 meshPoints[10].x = x10;<br />
 meshPoints[10].y = y10;<br />
 meshPoints[11].x = x11;<br />
 meshPoints[11].y = y11;<br />
 meshPoints[12].x = x12;<br />
 meshPoints[12].y = y12;<br />
 meshPoints[13].x = x13;<br />
 meshPoints[13].y = y13;<br />
 meshPoints[14].x = x14;<br />
 meshPoints[14].y = y14;<br />
 meshPoints[15].x = x15;<br />
 meshPoints[15].y = y15;<br />
 meshPoints[16].x = x16;<br />
 meshPoints[16].y = y16;<br />
 meshPoints[17].x = x17;<br />
 meshPoints[17].y = y17;<br />
 meshPoints[18].x = x18;<br />
 meshPoints[18].y = y18;<br />
 meshPoints[19].x = x19;<br />
 meshPoints[19].y = y19;<br />
 meshPoints[20].x = x20;<br />
 meshPoints[20].y = y20;<br />
 meshPoints[21].x = x21;<br />
 meshPoints[21].y = y21;<br />
 meshPoints[22].x = x22;<br />
 meshPoints[22].y = y22;<br />
 meshPoints[23].x = x23;<br />
 meshPoints[23].y = y23;<br />
 meshPoints[24].x = x24;<br />
 meshPoints[24].y = y24;<br />
 meshPoints[25].x = x25;<br />
 meshPoints[25].y = y25;<br />
 meshPoints[26].x = x26;<br />
 meshPoints[26].y = y26;<br />
 meshPoints[27].x = x27;<br />
 meshPoints[27].y = y27;<br />
 meshPoints[28].x = x28;<br />
 meshPoints[28].y = y28;<br />
 meshPoints[29].x = x29;<br />
 meshPoints[29].y = y29;<br />
 meshPoints[30].x = x30;<br />
 meshPoints[30].y = y30;<br />
 meshPoints[31].x = x31;<br />
 meshPoints[31].y = y31;<br />
 meshPoints[32].x = x32;<br />
 meshPoints[32].y = y32;<br />
 meshPoints[33].x = x33;<br />
 meshPoints[33].y = y33;<br />
 meshPoints[34].x = x34;<br />
 meshPoints[34].y = y34;<br />
 meshPoints[35].x = x35;<br />
 meshPoints[35].y = y35;<br />
 meshPoints[36].x = x36;<br />
 meshPoints[36].y = y36;<br />
 meshPoints[37].x = x37;<br />
 meshPoints[37].y = y37;<br />
 meshPoints[38].x = x38;<br />
 meshPoints[38].y = y38;<br />
 meshPoints[39].x = x39;<br />
 meshPoints[39].y = y39;<br />
 meshPoints[40].x = x40;<br />
 meshPoints[40].y = y40;<br />
 meshPoints[41].x = x41;<br />
 meshPoints[41].y = y41;<br />
 meshPoints[42].x = x42;<br />
 meshPoints[42].y = y42;<br />
 meshPoints[43].x = x43;<br />
 meshPoints[43].y = y43;<br />
 meshPoints[44].x = x44;<br />
 meshPoints[44].y = y44;<br />
 meshPoints[45].x = x45;<br />
 meshPoints[45].y = y45;<br />
 meshPoints[46].x = x46;<br />
 meshPoints[46].y = y46;<br />
 meshPoints[47].x = x47;<br />
 meshPoints[47].y = y47;<br />
 meshPoints[48].x = x48;<br />
 meshPoints[48].y = y48;<br />
 meshPoints[49].x = x49;<br />
 meshPoints[49].y = y49;<br />
 meshPoints[50].x = x50;<br />
 meshPoints[50].y = y50;<br />
 meshPoints[51].x = x51;<br />
 meshPoints[51].y = y51;<br />
 meshPoints[52].x = x52;<br />
 meshPoints[52].y = y52;<br />
 meshPoints[53].x = x53;<br />
 meshPoints[53].y = y53;<br />
 meshPoints[54].x = x54;<br />
 meshPoints[54].y = y54;<br />
 meshPoints[55].x = x55;<br />
 meshPoints[55].y = y55;<br />
 meshPoints[56].x = x56;<br />
 meshPoints[56].y = y56;<br />
 meshPoints[57].x = x57;<br />
 meshPoints[57].y = y57;<br />
 meshPoints[58].x = x58;<br />
 meshPoints[58].y = y58;<br />
 meshPoints[59].x = x59;<br />
 meshPoints[59].y = y59;<br />
 meshPoints[60].x = x60;<br />
 meshPoints[60].y = y60;<br />
 meshPoints[61].x = x61;<br />
 meshPoints[61].y = y61;<br />
 meshPoints[62].x = x62;<br />
 meshPoints[62].y = y62;<br />
 meshPoints[63].x = x63;<br />
 meshPoints[63].y = y63;<br />
 meshPoints[64].x = x64;<br />
 meshPoints[64].y = y64;<br />
 meshPoints[65].x = x65;<br />
 meshPoints[65].y = y65;<br />
 }</p>
<p>void oscEvent(OscMessage theOscMessage) {<br />
 if (theOscMessage.isPlugged()==false) {<br />
 println("UNPLUGGED: " + theOscMessage);<br />
 }<br />
 }</p>
<p></code></p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/faceosc/'>faceosc</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a>, <a href='http://procrastinatingintheheat.com/tag/processing/'>processing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1233&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/02/13/apple-bite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
		<item>
		<title>Face tracking projects</title>
		<link>http://procrastinatingintheheat.com/2012/02/10/face-tracking-projects/</link>
		<comments>http://procrastinatingintheheat.com/2012/02/10/face-tracking-projects/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 21:12:24 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Computational Cameras]]></category>
		<category><![CDATA[face tracking]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1231</guid>
		<description><![CDATA[In car face tracking &#8211; to detect driver fatigue and other behavior. PS Eye head tracking to move the POV of the game according to the position of the head. Example Facial tracking in cars to control objects in the car and identify the driver. Facial recognition for identification of people in photos as depicted <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1231&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://david.cristinacce.net/research_car_project.php" target="_blank">In car face tracking</a> &#8211; to detect driver fatigue and other behavior.</li>
<li>PS Eye head tracking to move the POV of the game according to the position of the head.</li>
<li><a href="http://www.youtube.com/watch?v=VPGLNQByaio" target="_blank">Example</a></li>
<li><a href="http://www.wired.com/autopia/2009/06/facial-recognition/">Facial tracking in cars</a> to control objects in the car and identify the driver.</li>
<li>Facial recognition for identification of people in photos as depicted in Apple&#8217;s <a href="http://www.apple.com/ilife/iphoto/" target="_blank">iPhoto</a> and Aperture</li>
<li>To target objects in real life and fire deadly missles like <a href="http://science.howstuffworks.com/apache-helicopter5.htm" target="_blank">Apache Helicopter Pilots</a>.</li>
</ul>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/face-tracking/'>face tracking</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1231&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/02/10/face-tracking-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get from point A to point B</title>
		<link>http://procrastinatingintheheat.com/2012/02/08/how-to-get-from-point-a-to-point-b/</link>
		<comments>http://procrastinatingintheheat.com/2012/02/08/how-to-get-from-point-a-to-point-b/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 03:15:17 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Computational Cameras]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[connected]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1222</guid>
		<description><![CDATA[I&#8217;ve made documentaries before and it&#8217;s not something entirely new. We would basically tell a story and the one way of telling a story is just simply to move forward. &#8220;Connecting&#8221; seems to be just as complicated as it sounds. For one, no longer do you have a captured audience for them to digest your <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1222&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made documentaries before and it&#8217;s not something entirely new. We would basically tell a story and the one way of telling a story is just simply to move forward. &#8220;Connecting&#8221; seems to be just as complicated as it sounds.</p>
<p>For one, no longer do you have a captured audience for them to digest your work in one sitting. The audience can now jump from one part of your story to another. They can now view your documentary on their own time and only the parts that they are interested in. So is there a way for the filmmaker&#8217;s view to translate properly into the hyperlinked form?</p>
<p>I think it&#8217;s possible but I think the material requires two different approaches resulting in the same ending. There will be path as determined by the author to be the &#8220;true vision&#8221; for the work. This is exactly as the creator determined it and should be experienced as such. The other path would be the one created by the user as they go along the story on their time and their own interests.</p>
<p>With this in mind I think traditional documentary methods still hold true for two of my proposals. One is the train ride and the other is Woody Allen map of Manhattan but I think I can narrow it down to his film (Manhattan, 1979).</p>
<p><a href="http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=new+york+city&#038;aq=&#038;sll=37.0625,-95.677068&#038;sspn=14.84512,90&#038;t=w&#038;ie=UTF8&#038;hq=&#038;hnear=New+York&#038;ll=40.714353,-74.005973&#038;spn=0.080645,0.175781&#038;z=13&#038;output=embed">http://maps.google.com/maps?f=q&#038;source=s_q&#038;hl=en&#038;geocode=&#038;q=new+york+city&#038;aq=&#038;sll=37.0625,-95.677068&#038;sspn=14.84512,90&#038;t=w&#038;ie=UTF8&#038;hq=&#038;hnear=New+York&#038;ll=40.714353,-74.005973&#038;spn=0.080645,0.175781&#038;z=13&#038;output=embed</a></p>
<p><small><a style="color:#0000ff;text-align:left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=new+york+city&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=14.84512,90&amp;t=w&amp;ie=UTF8&amp;hq=&amp;hnear=New+York&amp;ll=40.714353,-74.005973&amp;spn=0.080645,0.175781&amp;z=13">View Larger Map</a></small></p>
<p>For &#8220;Manhattan&#8221;, there are various sources for the film such as the Internet Movie Database and Google Maps to determine these locations. For instance, the iconic scene with Woody Allen and Diane Keaton was shot exactly on this spot. As you can see today, there is no park bench. I wonder what this place looks like at sunrise, as depicted in the film.</p>
<p><a href="http://maps.google.com/maps?f=q&#038;source=embed&#038;hl=en&#038;geocode=&#038;q=E+59th+St,+New+York,+NY&#038;aq=0&#038;oq=59&#038;sll=40.761958,-73.973443&#038;sspn=0.027565,0.175781&#038;t=w&#038;ie=UTF8&#038;hq=&#038;hnear=E+59th+St,+New+York&#038;ll=40.761553,-73.966584&#038;spn=79.695795,180&#038;z=3&#038;layer=c&#038;panoid=69sIySJ7ZVcr3Yfe3RQIPQ&#038;cbll=40.757793,-73.959552&#038;cbp=13,107.65876970508172,,0,5.099324376664313&#038;output=svembed">http://maps.google.com/maps?f=q&#038;source=embed&#038;hl=en&#038;geocode=&#038;q=E+59th+St,+New+York,+NY&#038;aq=0&#038;oq=59&#038;sll=40.761958,-73.973443&#038;sspn=0.027565,0.175781&#038;t=w&#038;ie=UTF8&#038;hq=&#038;hnear=E+59th+St,+New+York&#038;ll=40.761553,-73.966584&#038;spn=79.695795,180&#038;z=3&#038;layer=c&#038;panoid=69sIySJ7ZVcr3Yfe3RQIPQ&#038;cbll=40.757793,-73.959552&#038;cbp=13,107.65876970508172,,0,5.099324376664313&#038;output=svembed</a></p>
<p><a href="http://maps.google.com/maps?f=q&#038;source=embed&#038;hl=en&#038;geocode=&#038;q=E+59th+St,+New+York,+NY&#038;aq=0&#038;oq=59&#038;sll=37.0625,-95.677068&#038;sspn=42.987658,90&#038;ie=UTF8&#038;hq=&#038;hnear=E+59th+St,+New+York&#038;t=h&#038;layer=c&#038;cbll=40.757793,-73.959552&#038;panoid=69sIySJ7ZVcr3Yfe3RQIPQ&#038;cbp=13,109.18,,0,0.44&#038;ll=40.751825,-73.96142&#038;spn=0.020416,0.048237&#038;z=14&#038;output=svembed">http://maps.google.com/maps?f=q&#038;source=embed&#038;hl=en&#038;geocode=&#038;q=E+59th+St,+New+York,+NY&#038;aq=0&#038;oq=59&#038;sll=37.0625,-95.677068&#038;sspn=42.987658,90&#038;ie=UTF8&#038;hq=&#038;hnear=E+59th+St,+New+York&#038;t=h&#038;layer=c&#038;cbll=40.757793,-73.959552&#038;panoid=69sIySJ7ZVcr3Yfe3RQIPQ&#038;cbp=13,109.18,,0,0.44&#038;ll=40.751825,-73.96142&#038;spn=0.020416,0.048237&#038;z=14&#038;output=svembed</a></p>
<p><small><a style="color:#0000ff;text-align:left;" href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=E+59th+St,+New+York,+NY&amp;aq=0&amp;oq=59&amp;sll=37.0625,-95.677068&amp;sspn=42.987658,90&amp;ie=UTF8&amp;hq=&amp;hnear=E+59th+St,+New+York&amp;t=h&amp;layer=c&amp;cbll=40.757793,-73.959552&amp;panoid=69sIySJ7ZVcr3Yfe3RQIPQ&amp;cbp=13,109.18,,0,0.44&amp;ll=40.751825,-73.96142&amp;spn=0.020416,0.048237&amp;z=14">View Larger Map</a></small></p>
<p><img src="http://ia.media-imdb.com/images/M/MV5BNTQ3MDY1NzY4NF5BMl5BanBnXkFtZTcwNTE4OTYwNA@@._V1._SX640_SY475_.jpg" alt="Woody Allen and Diane Keaton in Manhattan" width="640" height="475" /></p>
<p>Then embed this scene,</p>
<p>That should work. It would allow the film to be enjoyed in a different way. Something like that.</p>
<p>As for the train, I&#8217;ve downloaded maps and brochures from Amtrak that would get me to the west coast. Sadly I couldn&#8217;t find an API for Amtrak but Google Maps does the same anyway.</p>
<p>Based on the railyway system of the US, there are two ways to the west, either through the north or sounth, the tracks don&#8217;t exactly cross the US like the highways. Also, it would take two trains. The <a href="http://www.amtrak.com/servlet/BlobServer?blobcol=urldata&amp;blobtable=MungoBlobs&amp;blobkey=id&amp;blobwhere=1249200498056&amp;blobheader=application%2Fpdf&amp;blobheadername1=Content-disposition&amp;blobheadervalue1=attachment;filename=Amtrak_LakeShoreLtd_2009.pdf" target="_blank">Lake Shore Limited</a> and the <a href="http://www.amtrak.com/servlet/BlobServer?blobcol=urldata&amp;blobtable=MungoBlobs&amp;blobkey=id&amp;blobwhere=1249212703695&amp;blobheader=application%2Fpdf&amp;blobheadername1=Content-disposition&amp;blobheadervalue1=attachment;filename=Amtrak_CAZephyr(W)_2010.pdf" target="_blank">California Zephyr</a>. I think this is where the two paths I mentioned above can be created. One is my own journey on the train that would include, videos, pictures, and posts from along the train that would be the filmmaker&#8217;s point of view. The other is where the user follow the train as it went through the track in real time via Google Earth. The user can then see the stops that are marked along the way to get from point A to point B and any historical significance it would have. This would also work along the east coast, but I think riding across the country would be very exciting. Or maybe California Highway 1.</p>
<p>Technologies I think I see in integrating would be:</p>
<ul>
<li>HTML5</li>
<li>Google Maps API</li>
<li>YouTube API</li>
<li>a bit of Javascript</li>
</ul>
<p>That&#8217;s all I can think of for now.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/api/'>API</a>, <a href='http://procrastinatingintheheat.com/tag/connected/'>connected</a>, <a href='http://procrastinatingintheheat.com/tag/documentary/'>documentary</a>, <a href='http://procrastinatingintheheat.com/tag/html5/'>html5</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1222&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/02/08/how-to-get-from-point-a-to-point-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>

		<media:content url="http://ia.media-imdb.com/images/M/MV5BNTQ3MDY1NzY4NF5BMl5BanBnXkFtZTcwNTE4OTYwNA@@._V1._SX640_SY475_.jpg" medium="image">
			<media:title type="html">Woody Allen and Diane Keaton in Manhattan</media:title>
		</media:content>
	</item>
		<item>
		<title>Moments in panels</title>
		<link>http://procrastinatingintheheat.com/2012/02/06/moments-in-panels/</link>
		<comments>http://procrastinatingintheheat.com/2012/02/06/moments-in-panels/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 04:21:55 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[moments]]></category>
		<category><![CDATA[nyu]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1220</guid>
		<description><![CDATA[This week&#8217;s homework examines on the different ways we can combine words and images. Interdependent Word Specific Parallel Picture specific Personally, I preferred the picture specific method in this particular story of me crashing my bike. I think the the ability to convey the story using images conveys more emotion. I leave it to the <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1220&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s homework examines on the different ways we can combine words and images.<br />
 <a title="comicspanel1interdependent by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6833783065/"><img src="http://farm8.staticflickr.com/7014/6833783065_48a4570283.jpg" alt="comicspanel1interdependent" width="500" height="375" /></a><br />
 Interdependent</p>
<p><a title="comicspanel1wordspecific by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6833782821/"><img src="http://farm8.staticflickr.com/7162/6833782821_a8b2b9abcd.jpg" alt="comicspanel1wordspecific" width="500" height="375" /></a></p>
<p>Word Specific</p>
<p><a title="comicspanel1parallel by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6833782563/"><img src="http://farm8.staticflickr.com/7161/6833782563_c533b9f0f0.jpg" alt="comicspanel1parallel" width="500" height="375" /></a></p>
<p>Parallel</p>
<p><a title="comicspanel1picturespecific by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6833782301/"><img src="http://farm8.staticflickr.com/7146/6833782301_3cb91b5c3b.jpg" alt="comicspanel1picturespecific" width="500" height="375" /></a></p>
<p>Picture specific</p>
<p>Personally, I preferred the picture specific method in this particular story of me crashing my bike. I think the the ability to convey the story using images conveys more emotion. I leave it to the imagination of the reader on how painful the crash was or the feeling of your life flashing right before your eyes. No words can properly explain that.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/comics/'>comics</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/moments/'>moments</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1220/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1220&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/02/06/moments-in-panels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7014/6833783065_48a4570283.jpg" medium="image">
			<media:title type="html">comicspanel1interdependent</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7162/6833782821_a8b2b9abcd.jpg" medium="image">
			<media:title type="html">comicspanel1wordspecific</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7161/6833782563_c533b9f0f0.jpg" medium="image">
			<media:title type="html">comicspanel1parallel</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7146/6833782301_3cb91b5c3b.jpg" medium="image">
			<media:title type="html">comicspanel1picturespecific</media:title>
		</media:content>
	</item>
		<item>
		<title>Skeletal tracking</title>
		<link>http://procrastinatingintheheat.com/2012/02/04/skeletal-tracking/</link>
		<comments>http://procrastinatingintheheat.com/2012/02/04/skeletal-tracking/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 17:08:14 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[nuclear]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[processing]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1218</guid>
		<description><![CDATA[This week Kim Ash and I worked together on the skeletal tracking of the Kinect using OpenNI. The idea is when you reach a pose, a &#8220;nuclear&#8221; explosion occurs. Using the code sample from ITP Resident Greg Borenstien&#8217;s book &#8220;Making Things See, 2011&#8243;, it was fairly straightforward enough to get the skeletal tracking in place. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1218&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week Kim Ash and I worked together on the skeletal tracking of the Kinect using OpenNI. The idea is when you reach a pose, a &#8220;nuclear&#8221; explosion occurs. Using the code sample from ITP Resident Greg Borenstien&#8217;s book &#8220;Making Things See, 2011&#8243;, it was fairly straightforward enough to get the skeletal tracking in place.</p>
<p>We wanted the explosion to occur once the two outstretched arms were in place.</p>
<p><a href="http://www.flickr.com/photos/mdelamerced/6817688485/" title="skeletal tracking by mdelamerced, on Flickr"><img src="http://farm8.staticflickr.com/7004/6817688485_515f48db6c.jpg" width="500" height="392" alt="skeletal tracking"></a></p>
<p>In this image, we just wanted to track the arms. This is possible using the OpenNI commands:</p>
<pre><code>  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_HAND, rightHand);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_ELBOW, rightElbow);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_SHOULDER, rightShoulder);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_SHOULDER, leftShoulder);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_ELBOW, leftElbow);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_HAND, leftHand);
</code></pre>
<p>Then by using an &#8220;if&#8221; statement, it was just measuring the position of the joints that would give the outstretched arms pose.</p>
<p>if (rightElbow.y &gt; rightShoulder.y &amp;&amp; rightElbow.x &gt; rightShoulder.x &amp;&amp; leftElbow.y &gt; leftShoulder.y &amp;&amp; leftElbow.x &gt; leftShoulder.x) {<br />
        stroke(255);<br />
      }<br />
      else {<br />
         tint(255, 255);<br />
         image(cloud, 840, 130, 206, 283);<br />
         explosion.play();<br />
       // stroke(255, 0, 0);<br />
      }<br />
      kinect.drawLimb(userId, SimpleOpenNI.SKEL<em>RIGHT</em>SHOULDER, SimpleOpenNI.SKEL<em>RIGHT</em>ELBOW);<br />
      kinect.drawLimb(userId, SimpleOpenNI.SKEL<em>LEFT</em>SHOULDER, SimpleOpenNI.SKEL<em>LEFT</em>ELBOW);</p>
<pre><code>  // right hand above right elbow
  // AND
  // right hand right of right elbow
  if (rightHand.y &gt; rightElbow.y &amp;&amp; rightHand.x &gt; rightElbow.x &amp;&amp; leftHand.y &gt; leftElbow.y &amp;&amp; leftHand.x &gt; leftElbow.x) {
    stroke(255);
  }
  else {
     tint(255, 255);
     image(cloud, 840, 130, 206, 283);
     explosion.play();
 //   stroke(255, 0, 0);
  }
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_RIGHT_HAND, SimpleOpenNI.SKEL_RIGHT_ELBOW);
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_LEFT_HAND, SimpleOpenNI.SKEL_LEFT_ELBOW);
}
</code></pre>
<p>Which results in this:</p>
<div class='embed-vimeo' style='text-align:center;'><iframe src='http://player.vimeo.com/video/36170464' width='500' height='281' frameborder='0'></iframe></div>
<p>We wanted a better screen capture but for some reason this sketch didn&#8217;t like Ambrosia&#8217;s SnapzPro.</p>
<p>Full code:</p>
<p>import ddf.minim.<em>;<br />
import ddf.minim.signals.</em>;<br />
import ddf.minim.analysis.<em>;<br />
import ddf.minim.effects.</em>;</p>
<p>Minim minim;<br />
AudioPlayer explosion;</p>
<p>import SimpleOpenNI.*;<br />
SimpleOpenNI kinect;<br />
PImage back;<br />
PImage cloud;</p>
<p>void setup() {<br />
  size(640*2, 480);<br />
  back = loadImage(&#8220;desert.png&#8221;);<br />
  cloud = loadImage(&#8220;cloud.png&#8221;);<br />
 // imageMode(CENTER);</p>
<p>minim = new Minim(this);<br />
  explosion = minim.loadFile(&#8220;explosion.mp3&#8243;);</p>
<p>kinect = new SimpleOpenNI(this);<br />
  kinect.enableDepth();<br />
  kinect.enableRGB();<br />
  kinect.enableUser(SimpleOpenNI.SKEL<em>PROFILE</em>ALL);<br />
  strokeWeight(5);<br />
}</p>
<p>void draw() {<br />
  background(0);<br />
  kinect.update();<br />
  image(kinect.depthImage(), 0, 0);<br />
  // image(kinect.rgbImage(),640,0);<br />
  image(back, 640, 0, 640, 480);</p>
<p>IntVector userList = new IntVector();<br />
  kinect.getUsers(userList);<br />
  if (userList.size() &gt; 0) {<br />
    int userId = userList.get(0);<br />
    if ( kinect.isTrackingSkeleton(userId)) {<br />
      PVector rightHand = new PVector();<br />
      PVector rightElbow = new PVector();<br />
      PVector rightShoulder = new PVector();<br />
      PVector leftHand = new PVector();<br />
      PVector leftElbow = new PVector();<br />
      PVector leftShoulder = new PVector();</p>
<pre><code>  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_HAND, rightHand);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_ELBOW, rightElbow);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_RIGHT_SHOULDER, rightShoulder);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_SHOULDER, leftShoulder);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_ELBOW, leftElbow);
  kinect.getJointPositionSkeleton(userId, SimpleOpenNI.SKEL_LEFT_HAND, leftHand);

  // right elbow above right shoulder
  // AND
  // right elbow right of right shoulder
  if (rightElbow.y &gt; rightShoulder.y &amp;&amp; rightElbow.x &gt; rightShoulder.x &amp;&amp; leftElbow.y &gt; leftShoulder.y &amp;&amp; leftElbow.x &gt; leftShoulder.x) {
    stroke(255);
  }
  else {
     tint(255, 255);
     image(cloud, 840, 130, 206, 283);
     explosion.play();
   // stroke(255, 0, 0);
  }
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_RIGHT_SHOULDER, SimpleOpenNI.SKEL_RIGHT_ELBOW);
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_LEFT_SHOULDER, SimpleOpenNI.SKEL_LEFT_ELBOW);

  // right hand above right elbow
  // AND
  // right hand right of right elbow
  if (rightHand.y &gt; rightElbow.y &amp;&amp; rightHand.x &gt; rightElbow.x &amp;&amp; leftHand.y &gt; leftElbow.y &amp;&amp; leftHand.x &gt; leftElbow.x) {
    stroke(255);
  }
  else {
     tint(255, 255);
     image(cloud, 840, 130, 206, 283);
     explosion.play();
 //   stroke(255, 0, 0);
  }
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_RIGHT_HAND, SimpleOpenNI.SKEL_RIGHT_ELBOW);
  kinect.drawLimb(userId, SimpleOpenNI.SKEL_LEFT_HAND, SimpleOpenNI.SKEL_LEFT_ELBOW);
}
</code></pre>
<p>}<br />
}</p>
<p>// user-tracking callbacks!<br />
void onNewUser(int userId) {<br />
  println(&#8220;start pose detection&#8221;);<br />
  kinect.startPoseDetection(&#8220;Psi&#8221;, userId);<br />
}</p>
<p>void onEndCalibration(int userId, boolean successful) {<br />
  if (successful) {<br />
    println(&#8221; User calibrated !!!&#8221;);<br />
    kinect.startTrackingSkeleton(userId);<br />
  }<br />
  else {<br />
    println(&#8221; Failed to calibrate user !!!&#8221;);<br />
    kinect.startPoseDetection(&#8220;Psi&#8221;, userId);<br />
  }<br />
}</p>
<p>void onStartPose(String pose, int userId) {<br />
  println(&#8220;Started pose for user&#8221;);<br />
  kinect.stopPoseDetection(userId);<br />
  kinect.requestCalibrationSkeleton(userId, true);<br />
}</p>
<p>void keyPressed() {</p>
<p>switch(key)<br />
  {<br />
  case &#8216; &#8216;:<br />
    kinect.setMirror(!kinect.mirror());<br />
    break;<br />
  }<br />
}</p>
<p>void close () {<br />
 explosion.close();<br />
 minim.stop();<br />
 super.stop();<br />
}</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/kinect/'>kinect</a>, <a href='http://procrastinatingintheheat.com/tag/nuclear/'>nuclear</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a>, <a href='http://procrastinatingintheheat.com/tag/processing/'>processing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1218/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1218&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/02/04/skeletal-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7004/6817688485_515f48db6c.jpg" medium="image">
			<media:title type="html">skeletal tracking</media:title>
		</media:content>
	</item>
		<item>
		<title>10 years from now, the Kinect will be&#8230;</title>
		<link>http://procrastinatingintheheat.com/2012/01/31/10-years-from-now-the-kinect-will-be/</link>
		<comments>http://procrastinatingintheheat.com/2012/01/31/10-years-from-now-the-kinect-will-be/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 05:39:36 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[computational cameras]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[kinect]]></category>
		<category><![CDATA[nyu]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1212</guid>
		<description><![CDATA[It will be used to track a person&#8217;s movements in a moving vehicle. I see the technology to be able to see the effects of crash tests and impact test on vehicles. This could actually be used to take body measurements for various applications such as customized furniture and equipment like bicycles. all connected and <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1212&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ol>
<li>It will be used to track a person&#8217;s movements in a moving vehicle. I see the technology to be able to see the effects of crash tests and impact test on vehicles.</li>
<li>This could actually be used to take body measurements for various applications such as customized furniture and equipment like bicycles.</li>
<li>all connected and in a Batman Dark Knight sort of way, spy on us and give intelligence agencies a real time 3D visual map of any area that the camera sees.</li>
<li>The Star Trek holodeck could actually be real in my lifetime. With Kinect cameras to capture the real world in real time, it could be recreated in a holodeck somewhere for us to interact in.</li>
<li>We are no longer limited by the size of our screen to use our computer. Minority Report gesture control has now arrived to our homes.</li>
<li>Assitive technology for those who have no depth perception. The sad thing about current 3D technology is that it requires viewers to have both eyes to view the 3D image. Using kinect technology, I think we can use it to scan the world and display it in such a way that we won&#8217;t get dizzy with the fancy images.</li>
<li>Virtual presence scanner. Imagine you can be &#8220;physically&#8221; present anywhere with your 3D scanned image using the Kinect and brought elsewhere.</li>
<li>TV is now a thing of the past. Shows are now projected directly into your room. Video cameras will have kinect technology that will allow projectors to display the action right in your living room.</li>
<li>It will be used to automate preparation of food. Imagine. You&#8217;ll never have to de bone a fish or chicken for dinner. Current technology relies on X-ray snapshots in a machine that only belongs in a factory. What if this could be in your house. I think it would be awesome.</li>
</ol>
<p>&nbsp;</p>
<ol> 10. and lastly, the Kinect technology could be used to follow the human body as it approaches a screen for the image on the screen to adjust to the depth opf field of the user. Objects in the mirror may appear closer.</ol>
<p>So there you have it. My ten predictions for the future. Some of them are already here. But who knows what the future brings.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/computational-cameras/'>computational cameras</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/kinect/'>kinect</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1212&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/01/31/10-years-from-now-the-kinect-will-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
		<item>
		<title>Max Sonar EZ1 critique</title>
		<link>http://procrastinatingintheheat.com/2012/01/30/max-sonar-ez1-critique/</link>
		<comments>http://procrastinatingintheheat.com/2012/01/30/max-sonar-ez1-critique/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:17:00 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[PCOMP]]></category>
		<category><![CDATA[sensors]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1216</guid>
		<description><![CDATA[In the Sensor Workshop class, I was paired with Mark Breneman to find, update, edit, and critique a sensor report already posted in the ITP wiki as a guide for the ITP community. We chose the MaxSonar EZ-1 sensor form Maxbotix. Most of the codes posted are based on PBASIC and must be translated to <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1216&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the Sensor Workshop class, I was paired with Mark Breneman to find, update,  edit, and critique a sensor report already posted in the ITP wiki as a guide for the ITP community. We chose the MaxSonar EZ-1 sensor form Maxbotix.</p>
<p>Most of the codes posted are based on PBASIC and must be translated to Arduino C since most of ITP uses the Arduino microntroller for our projects. Will edit the wiki further before Wednesday and add links to pictures and diagrams.</p>
<iframe src="https://docs.google.com/document/pub?id=1UY6Nfww8Bz0e00Kd3zl-cCW640wkf7KBnU4ooC2DLIU&amp;embedded=true" frameborder="0" width="510" height="382"  marginheight="0" marginwidth="0"></iframe>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a>, <a href='http://procrastinatingintheheat.com/tag/pcomp/'>PCOMP</a>, <a href='http://procrastinatingintheheat.com/tag/sensors/'>sensors</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1216&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/01/30/max-sonar-ez1-critique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
		<item>
		<title>Documentary ideas</title>
		<link>http://procrastinatingintheheat.com/2012/01/30/documentary-ideas/</link>
		<comments>http://procrastinatingintheheat.com/2012/01/30/documentary-ideas/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:50:00 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[connected]]></category>
		<category><![CDATA[documentary]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1210</guid>
		<description><![CDATA[We were asked to list possible ideas for a documentary that we can complete this semester so here&#8217;s what I came up with. So on the flight back to NY I came up with this list. 1.) *Woody Allen&#8217;s Manhattan/ New York 2.) Recycling day/ reusable bags/ plastic bag consumption &#160;&#160;&#160; I hate the recycling <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1210&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We were asked to list possible ideas for a documentary that we can complete this semester so here&#8217;s what I came up with. So on the flight back to NY I came up with this list.</p>
<p>1.) *Woody Allen&rsquo;s Manhattan/ New York<br />
 2.) Recycling day/ reusable bags/ plastic bag consumption<br />
 &nbsp;&nbsp;&nbsp; I hate the recycling system of NY that it has to be in bags. Feels so 3rd world. That&#8217;s how they collect garbage in my neighborhood back home.<br />
 3.)* hybrid or petrol cars<br />
 &nbsp;&nbsp;&nbsp; why hybrid<br />
 &nbsp;&nbsp;&nbsp; why petrol<br />
 4.) Winter in New York<br />
 5.) Do you know where your water comes from?<br />
 6.) Email and letters<br />
 &nbsp;&nbsp;&nbsp; Do letters have a greater impact?<br />
 7.) What&rsquo;s in a New York minute? Why does it feel that time moves faster in New York than in any other city I&#8217;ve been to?<br />
 8.) What&rsquo;s in the cameraphone pictures?<br />
 &nbsp;&nbsp;&nbsp; why use your cameraphone?<br />
 &nbsp;&nbsp;&nbsp; has it turned into something else?<br />
 9.) Train ride along the atlantic coast or cross country during spring break<br />
 10.) All in the family.</p>
<p>The ones with a &#8220;*&#8221; were presented in class.</p>
<p>My comments on each topic:</p>
<p>1. I&#8217;ve been a fan of Woody Allen&#8217;s films since I saw Manhattan in one of my film classes in 1994. I think that no other filmmaker has shot that many films in one city for more than 30 years. Using geolocation, it&#8217;s possible to factor in the locationsas well as the scenes from his movies. There are places that he revisits after 10 movies and uses them again. My documentary would visit the places research on the film and the location and significance for the American auteur.</p>
<p>2. Recyling here in NY is madness. I find it weird that you would have to store your recyclables or let&#8217;s just say segregate our garbage into plastic bags. Isn&#8217;t the point of recycling is to get rid of the plastic. Not to mention that someone has to physically pick up the garbage from your curb because trashbins work because someone will steal it. Seriously?!</p>
<p>3. The debate between alternative energy is if interest to be especially when it comes to automobiles. There is more to commercial hybrid cars and petrol cars than most people realize. For example, petrol cars run and will consume the gas that is in the tanks. But as the vehicle gets lighter, the car becomes less fuel hungry (unless of course you&#8217;re driving a 3.0 liter engine that just guzzles the gas). Then there&#8217;s the hybrid, the batteries don&#8217;t get lighter as you drive longer thus keeping your car at almost the same weight it started with. Then there&#8217;s the issue with the electric cars, how far will it actually run?</p>
<p>4. Winter in New York I was told is quite an experience. I was here this time last year in between blizzards for the group interview at ITP and it was brutal. But sadly I don&#8217;t think this might work out since it&#8217;s only snowed twice the whole time I&#8217;ve been at ITP and one of them was in October.</p>
<p>5. Just a thought on where the city water comes from. On second thought I don&#8217;t think I&#8217;d like to know.</p>
<p>6. There is a digital divide when it comes to emails and letters. Why does  it feel more special when you receive a letter from someone compared to  an email? Why do letters mean more to your senator or congressman (1  letter = 2000 constituents) than an email campaign?</p>
<p>7. title speaks for itself.</p>
<p>8. Cameraphones has replaced the Polaroid and the snapshot in an instant. Why? why why why? Is there room left for the professional?</p>
<p>9. I was facinated by American trains in particular form one business trip to DC. I was coming from Richmond, VA and instead of renting a car, I decided to take the train. It was a pleasant surprise seeing another side of the country. I think railways were built first before roads because roads were was just dirt trampled over by horses and herds. Railways on the other hand are deliberate paths built to get from point A to point B. Even more so in the United States where it connected the East and Weat coast as Americans settled further west. I think a spring break train ride would be perfect for this.</p>
<p>10. I would like to build an online documentation on WWII survivors in the Philippines. Though most of the survivors are gone I would like to focus on my family. My gradparents had very different backgrounds and their stories of survival is something that is interesting to document. Sadly though, there might not be enough pictures even to document the whole thing. But still, I think I may return to this idea when I go back home.</p>
<p>So there you have it! 10 ideas for documentaries but I&#8217;m focusing on 1 and 9. Will post more as I elaborate on the idea.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/connected/'>connected</a>, <a href='http://procrastinatingintheheat.com/tag/documentary/'>documentary</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1210&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/01/30/documentary-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
		<item>
		<title>The self image</title>
		<link>http://procrastinatingintheheat.com/2012/01/30/the-self-image/</link>
		<comments>http://procrastinatingintheheat.com/2012/01/30/the-self-image/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 20:44:00 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Comics]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1214</guid>
		<description><![CDATA[This is the second time in my entire academic life that I&#8217;ve been fortunate enough to be in a comic book class. The first one was taught by Professor Emil Flores from the Department of English and Comparative Literature from the University of the Philippines which was mostly a writing class and that was almost <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1214&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the second time in my entire academic life that I&#8217;ve been fortunate enough to be in a comic book class. The first one was taught by Professor Emil Flores from the Department of English and Comparative Literature from the University of the Philippines which was mostly a writing class and that was almost twenty years ago (gasp!).</p>
<p>I&#8217;m not a natural born artist like other people. But through time and peserverance I could actually draw or paint some stuff but nothing that would get me published anytime soon.</p>
<p>I based my self portrait on my Mii profile. The Nintendo Wii and 3DS have built in programs that would allow the user to create a 3D avatar of yourself and (if supported by some games) be included in the action. Microsoft and Sony also released a similar avatar creator for the Xbox and PS3 but sadly it isn&#8217;t cute.</p>
<p>The Mii creator actually simplifies the process by letting you select from pre-exisiting templates and start from there. Some people have easy faces to draw on but somehow, my face has proven to be difficult. Difficult in a way that there&#8217;s no given set of images that suit me.</p>
<p>After a while I&#8217;ve finally settled down on a particular image for myself.</p>
<p><a title="Comics by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6791370307/"><img src="http://farm8.staticflickr.com/7166/6791370307_e44a18f387.jpg" alt="Comics" width="500" height="332" /></a></p>
<p>The image on the left is the avatar I created using the 3DS and the one on the right is the image created on the Wii. My sister argues that neither look like me. From here I started sketching myself.</p>
<p><a title="Comics by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6791370841/"><img src="http://farm8.staticflickr.com/7162/6791370841_1a386cc717.jpg" alt="Comics" width="500" height="332" /></a></p>
<p>I&#8217;m really out of practice at this stage.</p>
<p><a title="comics by mdelamerced, on Flickr" href="http://www.flickr.com/photos/mdelamerced/6799327777/"><img src="http://farm8.staticflickr.com/7166/6799327777_2e878ff70e.jpg" alt="comics" width="500" height="233" /></a></p>
<p>I noticed that my glasses the shape of my face and my hair are the most noticeable features of my face. My eyes aren&#8217;t that significant unless I take off my glasses, but that would be something else. It&#8217;s hard to draw myself when I can&#8217;t see without my glasses. But it&#8217;s a start.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/art/'>art</a>, <a href='http://procrastinatingintheheat.com/tag/comics/'>comics</a>, <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1214&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/01/30/the-self-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7166/6791370307_e44a18f387.jpg" medium="image">
			<media:title type="html">Comics</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7162/6791370841_1a386cc717.jpg" medium="image">
			<media:title type="html">Comics</media:title>
		</media:content>

		<media:content url="http://farm8.staticflickr.com/7166/6799327777_2e878ff70e.jpg" medium="image">
			<media:title type="html">comics</media:title>
		</media:content>
	</item>
		<item>
		<title>Spatial LIteracy</title>
		<link>http://procrastinatingintheheat.com/2012/01/30/spatial-literacy/</link>
		<comments>http://procrastinatingintheheat.com/2012/01/30/spatial-literacy/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:31:12 +0000</pubDate>
		<dc:creator>mdelamerced</dc:creator>
				<category><![CDATA[Computational Cameras]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[ITP]]></category>
		<category><![CDATA[nyu]]></category>
		<category><![CDATA[spatial literacy]]></category>

		<guid isPermaLink="false">http://procrastinatingintheheat.wordpress.com/?p=1208</guid>
		<description><![CDATA[In the essay required to read this week shows different approaches toward the space between the written text and the spoken language. I believe it&#8217;s frightening to think that without the sense of emotion of the spoken word and the information of the written text that human development might have been very different. I&#8217;m of <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1208&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the essay required to read this week shows different approaches toward the space between the written text and the spoken language. I believe it&#8217;s frightening to think that without the sense of emotion of the spoken word and the information of the written text that human development might have been very different. I&#8217;m of course stating the extreme. But it reminded me of when I was stil in film school where we actually used film compared to  today&#8217;s digital tools. There was a stark contrast in the cinematography  course on the requirements to pass the course. It was not &#8220;arbitrary&#8221;  where we would make films and show them for critique and opinions then  graded according to our story and performance. But instead we had to  follow evyerhing to the letter. We essentially had &#8220;to learn the science  behind the art&#8221;.</p>
<p>This meant learning what ASA settings were,  f-stops, footcandles, gels and the like to create a spectacular image to  push our stories forward. There was no room for error. It was either  you got it right, or everyrhing is black. Cinematography was something  specific, precise requiring an entirely new subset of knowledge in order  to put image onto celluloid. By acquiring this &#8220;cinematographic language&#8221; we are able to control the factors that define the image.</p>
<p>Using this analogy, by further examining and defining the spaces around us, I think that it&#8217;s possible to show more. Computers and data accelerate this process. By deconstructing the information and putting it forward in text it is possible to further expand the current syntax known by computers. For example if we can create a system where a program can actually detect emotion by using a variety of factors or even display emotion, I think that it would put our understanding of the physical world even further than the text that runs by our screen.</p>
<br /> Tagged: <a href='http://procrastinatingintheheat.com/tag/itp/'>ITP</a>, <a href='http://procrastinatingintheheat.com/tag/nyu/'>nyu</a>, <a href='http://procrastinatingintheheat.com/tag/spatial-literacy/'>spatial literacy</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/procrastinatingintheheat.wordpress.com/1208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/procrastinatingintheheat.wordpress.com/1208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/procrastinatingintheheat.wordpress.com/1208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=procrastinatingintheheat.com&amp;blog=3642390&amp;post=1208&amp;subd=procrastinatingintheheat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://procrastinatingintheheat.com/2012/01/30/spatial-literacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/aab57b53b1a9728ef0ec1246a71f7abd?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Manila blogger</media:title>
		</media:content>
	</item>
	</channel>
</rss>
