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

<channel>
	<title>Omar Abo-Namous &#187; fringe projection</title>
	<atom:link href="http://omar.toomuchcookies.net/node/tag/fringe-projection/feed/" rel="self" type="application/rss+xml" />
	<link>http://omar.toomuchcookies.net</link>
	<description></description>
	<lastBuildDate>Sun, 08 Jan 2012 22:36:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating Gray-Code sequences using gimp</title>
		<link>http://omar.toomuchcookies.net/node/2009/06/creating-gray-code-sequences-using-gimp/</link>
		<comments>http://omar.toomuchcookies.net/node/2009/06/creating-gray-code-sequences-using-gimp/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:00:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[fringe projection]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[script-fu]]></category>

		<guid isPermaLink="false">http://omar.toomuchcookies.net/?p=352</guid>
		<description><![CDATA[<p>I needed to implement gray-code sequences for a fringe projection system i'm trying to build. To avoid hard to understand and not really intuitive C-code, i used gimp to produce the projection images. In this article i'm going to document the code used.</p>
 <a href="http://omar.toomuchcookies.net/node/2009/06/creating-gray-code-sequences-using-gimp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://omar.toomuchcookies.net/node/2009/06/creating-gray-code-sequences-using-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Gray-Code to decimal/binary and back</title>
		<link>http://omar.toomuchcookies.net/node/2009/02/convert-gray-code-to-decimalbinary-and-back/</link>
		<comments>http://omar.toomuchcookies.net/node/2009/02/convert-gray-code-to-decimalbinary-and-back/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:39:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[binary]]></category>
		<category><![CDATA[fringe projection]]></category>
		<category><![CDATA[Gray-Code]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://omar.toomuchcookies.net/?p=321</guid>
		<description><![CDATA[<p>Gray-Code is a binary code developed by Frank Gray in 1947. It is used by most absolute incremental encoders and some favor it's use for fringe projection systems that have to encode the pixel data in a series of image patterns (mostly fringes with differing widths). To convert Gray-Code from and to Decimal numbers using c++ i had to look up different approaches with varying difficulty levels. I then compiled the following algorithms, that i will be using for my own fringe projection system (keep tuned).</p>
 <a href="http://omar.toomuchcookies.net/node/2009/02/convert-gray-code-to-decimalbinary-and-back/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://omar.toomuchcookies.net/node/2009/02/convert-gray-code-to-decimalbinary-and-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

