<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: OH MY DAYS, COLOUR</title>
		<atom:link href="http://cycling74.com/forums/topic/oh-my-days-colour/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/oh-my-days-colour/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:53:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-65836</guid>
					<title><![CDATA[OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-65836</link>
					<pubDate>Fri, 28 Dec 2012 18:34:18 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>Hey</p>
<p>Having a bit of trouble analysing how much colour is in a live video that I am using.</p>
<p>What is the object that will allow me to see how much Red Green or Blue is in the image?</p>
<p>Cheers,<br />
J</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237094</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237094</link>
					<pubDate>Fri, 28 Dec 2012 20:06:38 +0000</pubDate>
					<dc:creator>dtr</dc:creator>

					<description>
						<![CDATA[
						<p>One way to do that:<br />
- [jit.op @op > @val 0.x] to threshold the image (optional)<br />
- [jit.3m] take the mean output<br />
- [vexpr $f1 / x] with x = the max color value (char: 255, float32: 1.), this gives you a list with the ratio of color in each RGB plane</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237095</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237095</link>
					<pubDate>Sun, 30 Dec 2012 14:33:12 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237096</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237096</link>
					<pubDate>Sun, 30 Dec 2012 14:49:17 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>In terms of analysing the numbers that are spat out, is there a chart of some kind that shows what number is what colour?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237097</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237097</link>
					<pubDate>Sun, 30 Dec 2012 21:30:12 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>the default colormode of 4 plane jitter matrices is ARGB. so first plane is alpha, second is red, etc.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237098</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237098</link>
					<pubDate>Mon, 31 Dec 2012 22:40:39 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks.</p>
<p>Just going back to the first reply, I am a little bit confused with &#8220;(char: 255, float32: 1.)&#8221;<br />
Where can I find reference to what this means?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237099</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237099</link>
					<pubDate>Fri, 04 Jan 2013 22:42:26 +0000</pubDate>
					<dc:creator>Wetterberg</dc:creator>

					<description>
						<![CDATA[
						<p>It is a description of of the ranges for char and float32 data types.</p>
<p>>Where can I find reference to what this means? </p>
<p>A good way to learn it is to do the Jitter tutorials.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237100</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237100</link>
					<pubDate>Sun, 06 Jan 2013 16:56:01 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>I am still having trouble getting the required data I need</p>
<p>I have taken a still image of what I have set up at the moment, could anyone see where I am going wrong?</p>
<p>Used jit.unpack 4, jit.pack 4 and the mean output of jit.3m but still no result</p>
<p>Cheers,</p>
<p>J</p>
<p> [attachment=211820,4854]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237101</guid>
					<title><![CDATA[Re: OH MY DAYS, COLOUR]]></title>
					<link>http://cycling74.com/forums/topic/oh-my-days-colour/#post-237101</link>
					<pubDate>Wed, 09 Jan 2013 13:22:57 +0000</pubDate>
					<dc:creator>Joe Gornall</dc:creator>

					<description>
						<![CDATA[
						<p>sorted it now, no worries.</p>
<p>jit.3m mean output, unpacked.. sorted</p>
<p>cheers.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

