<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for The street as platform</title>
	<atom:link href="http://streetasplatform.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://streetasplatform.wordpress.com</link>
	<description>UTS Master of Digital Architecture class November 2008</description>
	<lastBuildDate>Sat, 22 Nov 2008 14:39:36 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on UTS campus image explosion by Jason McDermott</title>
		<link>http://streetasplatform.wordpress.com/2008/11/21/327/#comment-29</link>
		<dc:creator>Jason McDermott</dc:creator>
		<pubDate>Sat, 22 Nov 2008 14:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=327#comment-29</guid>
		<description>This looks great, should be uploaded to openprocessing.org so we can see it running.  It would be good to see this kind of visualisation running comparative sets of data, such as the building occupancy rates and the live traffic feedback.
Good work!</description>
		<content:encoded><![CDATA[<p>This looks great, should be uploaded to openprocessing.org so we can see it running.  It would be good to see this kind of visualisation running comparative sets of data, such as the building occupancy rates and the live traffic feedback.<br />
Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on live data by namderg</title>
		<link>http://streetasplatform.wordpress.com/2008/11/21/live-data/#comment-28</link>
		<dc:creator>namderg</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=317#comment-28</guid>
		<description>Hi Beth,
Just had a look at the flight 404 site, makes me realise that there is a long way between what I can do and that stuff. Nice find
Gary</description>
		<content:encoded><![CDATA[<p>Hi Beth,<br />
Just had a look at the flight 404 site, makes me realise that there is a long way between what I can do and that stuff. Nice find<br />
Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Built Environment programming by mitchell</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/built-environmet_programing/#comment-27</link>
		<dc:creator>mitchell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=311#comment-27</guid>
		<description>Hi, 

I don&#039;t think I understand exactly what you want to acheive. The dates are all overlapping because their x coordinates are the same - I think the relevant line in your code is this one:
text(tempdate_DA, 0, 100); 

so the x coordinate is always 0.

To have the dates align with the boxes, you need to use the boxes&#039; x coordinate to draw the text. From what I can see, those boxes have randomly generated positions at the moment?

I&#039;ll be in the studio tomorrow morning so will work on it then with you... cheers,

Mitchell</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I don&#8217;t think I understand exactly what you want to acheive. The dates are all overlapping because their x coordinates are the same &#8211; I think the relevant line in your code is this one:<br />
text(tempdate_DA, 0, 100); </p>
<p>so the x coordinate is always 0.</p>
<p>To have the dates align with the boxes, you need to use the boxes&#8217; x coordinate to draw the text. From what I can see, those boxes have randomly generated positions at the moment?</p>
<p>I&#8217;ll be in the studio tomorrow morning so will work on it then with you&#8230; cheers,</p>
<p>Mitchell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by Ben</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-26</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-26</guid>
		<description>thanks.

got it recognising colours!</description>
		<content:encoded><![CDATA[<p>thanks.</p>
<p>got it recognising colours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by mitchell</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-25</link>
		<dc:creator>mitchell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-25</guid>
		<description>P.S and you call the function like this:

 PImage segment1 = street.get(44,183,176,85); // &quot;get&quot; a new PImage from a rect within street, and pass that to getColours
  float averageFill = getColours(segment1); // then get a new float value -  next, use this to fill a rect, put it on screen</description>
		<content:encoded><![CDATA[<p>P.S and you call the function like this:</p>
<p> PImage segment1 = street.get(44,183,176,85); // &#8220;get&#8221; a new PImage from a rect within street, and pass that to getColours<br />
  float averageFill = getColours(segment1); // then get a new float value &#8211;  next, use this to fill a rect, put it on screen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by mitchell</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-24</link>
		<dc:creator>mitchell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 05:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-24</guid>
		<description>OK I started to rebuild all this but it started to get complex when I busted your file loader. Here&#039;s the function you need - nb you&#039;ll need to comment out your global vars totalcolour and averagecolour, I have made them local to this function.

float getColours(PImage inputImage)
{
 //loadPixels();
 float totalcolour = 0; // these can be local variables - they get reset each time the function is called
 float averagecolour = 0;
 println(inputImage.width);
 
 for(int x = 0; x &lt; inputImage.width; x++) // use width &amp; height, that way we can pass in an image of any size
 {
   for(int y = 0; y &lt; inputImage.height; y++)
   {
     color c = inputImage.pixels[x + (inputImage.width*y)]; // flipped this around! y = rows
     totalcolour = totalcolour + brightness(c); // just using brightness for now
   }
 }
 
 averagecolour = totalcolour / (inputImage.width*inputImage.height);
 //float newcolour = map((averagecolour), - 200000, 200000, 0, 255);
 //println(newcolour);
 return averagecolour; // just return the raw brightness value for now
}


Also I think you can just turn off all the blob stuff - this can run on the raw pixel data - the blob detection will just slow it down needlessly.</description>
		<content:encoded><![CDATA[<p>OK I started to rebuild all this but it started to get complex when I busted your file loader. Here&#8217;s the function you need &#8211; nb you&#8217;ll need to comment out your global vars totalcolour and averagecolour, I have made them local to this function.</p>
<p>float getColours(PImage inputImage)<br />
{<br />
 //loadPixels();<br />
 float totalcolour = 0; // these can be local variables &#8211; they get reset each time the function is called<br />
 float averagecolour = 0;<br />
 println(inputImage.width);</p>
<p> for(int x = 0; x &lt; inputImage.width; x++) // use width &amp; height, that way we can pass in an image of any size<br />
 {<br />
   for(int y = 0; y &lt; inputImage.height; y++)<br />
   {<br />
     color c = inputImage.pixels[x + (inputImage.width*y)]; // flipped this around! y = rows<br />
     totalcolour = totalcolour + brightness(c); // just using brightness for now<br />
   }<br />
 }</p>
<p> averagecolour = totalcolour / (inputImage.width*inputImage.height);<br />
 //float newcolour = map((averagecolour), &#8211; 200000, 200000, 0, 255);<br />
 //println(newcolour);<br />
 return averagecolour; // just return the raw brightness value for now<br />
}</p>
<p>Also I think you can just turn off all the blob stuff &#8211; this can run on the raw pixel data &#8211; the blob detection will just slow it down needlessly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Weather by dancityofsound</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/weather/#comment-23</link>
		<dc:creator>dancityofsound</dc:creator>
		<pubDate>Thu, 20 Nov 2008 03:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=305#comment-23</guid>
		<description>This looks great, well done.</description>
		<content:encoded><![CDATA[<p>This looks great, well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by bcoorey</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-22</link>
		<dc:creator>bcoorey</dc:creator>
		<pubDate>Thu, 20 Nov 2008 02:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-22</guid>
		<description>The blob is there to help refine the image to grayscale, and the fading will allow us to recognise more in time wether or not the cars are coming. Having a bit of trouble trying to analyse the pixels.

I have uploaded a zip file of the sketch to the basecamp website. Could you have a look at it. I have put a function in there &#039;getColour&#039; which attemps to get an average colour for a region. Doesn&#039;t seem to be working properly though. Perhaps if you could give us a script that gets an average colour for a region.</description>
		<content:encoded><![CDATA[<p>The blob is there to help refine the image to grayscale, and the fading will allow us to recognise more in time wether or not the cars are coming. Having a bit of trouble trying to analyse the pixels.</p>
<p>I have uploaded a zip file of the sketch to the basecamp website. Could you have a look at it. I have put a function in there &#8216;getColour&#8217; which attemps to get an average colour for a region. Doesn&#8217;t seem to be working properly though. Perhaps if you could give us a script that gets an average colour for a region.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by mitchell</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-21</link>
		<dc:creator>mitchell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-21</guid>
		<description>p.s. average colour doesn&#039;t need blob detection though right? Blobs are computer-vision objects with attributes like location, used for doing face tracking, for example.

For average colour all you need to do is pull out the pixels you&#039;re interested in, and do the maths...</description>
		<content:encoded><![CDATA[<p>p.s. average colour doesn&#8217;t need blob detection though right? Blobs are computer-vision objects with attributes like location, used for doing face tracking, for example.</p>
<p>For average colour all you need to do is pull out the pixels you&#8217;re interested in, and do the maths&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Web Cam Images by mitchell</title>
		<link>http://streetasplatform.wordpress.com/2008/11/20/web-cam-images/#comment-20</link>
		<dc:creator>mitchell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 01:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://streetasplatform.wordpress.com/?p=296#comment-20</guid>
		<description>Great! How are you digesting / outputting the results of this process? Can you probe / sample the activity in the two domains (car/pedestrian) and usefully save it out as a numerical value? 

I&#039;d also like to see a simple slitscan that focuses on those two areas - as in my watching the street thing (nb latest images now up at http://www.flickr.com/photos/mtchl/tags/watchingthestreet/</description>
		<content:encoded><![CDATA[<p>Great! How are you digesting / outputting the results of this process? Can you probe / sample the activity in the two domains (car/pedestrian) and usefully save it out as a numerical value? </p>
<p>I&#8217;d also like to see a simple slitscan that focuses on those two areas &#8211; as in my watching the street thing (nb latest images now up at <a href="http://www.flickr.com/photos/mtchl/tags/watchingthestreet/" rel="nofollow">http://www.flickr.com/photos/mtchl/tags/watchingthestreet/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
