<?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>SBox Alive</title>
	<atom:link href="http://structuredsand.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://structuredsand.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 27 Nov 2008 07:52:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='structuredsand.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>SBox Alive</title>
		<link>http://structuredsand.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://structuredsand.wordpress.com/osd.xml" title="SBox Alive" />
	<atom:link rel='hub' href='http://structuredsand.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Preprocessor</title>
		<link>http://structuredsand.wordpress.com/2008/11/27/preprocessor/</link>
		<comments>http://structuredsand.wordpress.com/2008/11/27/preprocessor/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 07:52:50 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[preprocessor]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=51</guid>
		<description><![CDATA[http://www.cprogramming.com/tutorial/cpreprocessor.html #define [identifier name] [value]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=51&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://www.cprogramming.com/tutorial/cpreprocessor.html</p>
<p>#define [identifier name] [value]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=51&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/11/27/preprocessor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>LNK2019: Unresolved external symbol [C++ importing C headers]</title>
		<link>http://structuredsand.wordpress.com/2008/10/27/lnk2019-unresolved-external-symbol-c-importing-c-headers/</link>
		<comments>http://structuredsand.wordpress.com/2008/10/27/lnk2019-unresolved-external-symbol-c-importing-c-headers/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 14:46:20 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[LNK2019]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=49</guid>
		<description><![CDATA[The problem with your project is that you are using a &#8220;C&#8221; style exported library in your C++ projects. When the compiler generates mangled names for C++ functions, they are different from unmangled names generated by the C compiler and hence the C++ compiler will not be able to link with the methods imported from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=49&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The problem with your project is that you are using a &#8220;C&#8221; style exported library in your C++ projects. When the compiler generates mangled names for C++ functions, they are different from unmangled names generated by the C compiler and hence the C++ compiler will not be able to link with the methods imported from coredll.lib.<br />
The solution to this problem is &#8211; while including the header windbase_edb.h, you can explicitly tell the compiler that all functions included from this header are &#8220;C&#8221; style functions by changing your inclusion as below.<br />
extern &#8220;C&#8221;<br />
{<br />
 #include &lt;windbase_edb.h&gt;<br />
}</p>
<p>With this the C++ compiler when includes the declarations from the windbase_edb.h file, it does not do any name mangling for the functions declared in this file, and thus you should be able to link to EDB without any problems now.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=49&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/10/27/lnk2019-unresolved-external-symbol-c-importing-c-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Pointer to Pointer</title>
		<link>http://structuredsand.wordpress.com/2008/10/27/c-pointer-to-pointer/</link>
		<comments>http://structuredsand.wordpress.com/2008/10/27/c-pointer-to-pointer/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:18:38 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[pointer]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=47</guid>
		<description><![CDATA[Let me surmarise what all those dereferencing are, ppInt is the ptr-to-ptr, we will never modify this because if we do, we lose our grip on the pointer it is pointing to. *ppInt points to the pointer, if we modify this, we are modifying the contents of this pointer which is an address, In other [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=47&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Let me surmarise what all those dereferencing are,</p>
<ul>
<li><code>ppInt</code> is the ptr-to-ptr, we will never modify this because if we do, we lose our grip on the pointer it is pointing to.</li>
<li><code>*ppInt</code> points to the pointer, if we modify this, we are modifying the contents of this pointer which is an address, In other words, we are effectively modifying the pointer, <code>ppInt</code> points to.</li>
<li><code>**ppInt</code> points to the pointer which in turn points to the variable. So by de-referencing twice, we get the variable.</li>
</ul>
<p><a href="http://www.codeproject.com/KB/cpp/PtrToPtr.aspx">http://www.codeproject.com/KB/cpp/PtrToPtr.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=47&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/10/27/c-pointer-to-pointer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>A list of lists in C++</title>
		<link>http://structuredsand.wordpress.com/2008/10/14/a-list-of-lists-in-c/</link>
		<comments>http://structuredsand.wordpress.com/2008/10/14/a-list-of-lists-in-c/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 05:39:36 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[stl]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=44</guid>
		<description><![CDATA[list&#60;RiverNode&#62; riverEthan; list&#60;RiverNode&#62;::iterator it; list&#60;list&#60;RiverNode&#62; &#62; riverOfRivers; The 2 &#62; operator has to be seperated by a whitespace, otherwise the compiler will take it as a &#62;&#62; shift right operator. http://www.cplusplus.com/reference/stl/list/empty.html http://bytes.com/forum/thread62117.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=44&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>list&lt;RiverNode&gt; riverEthan;<br />
list&lt;RiverNode&gt;::iterator it;<br />
list&lt;list&lt;RiverNode&gt; &gt; riverOfRivers;</em></p>
<p>The 2 &gt; operator has to be seperated by a whitespace, otherwise the compiler will take it as a &gt;&gt; shift right operator.</p>
<p>http://www.cplusplus.com/reference/stl/list/empty.html</p>
<p>http://bytes.com/forum/thread62117.html</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=44&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/10/14/a-list-of-lists-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>Multitexturing</title>
		<link>http://structuredsand.wordpress.com/2008/08/22/multitexturing/</link>
		<comments>http://structuredsand.wordpress.com/2008/08/22/multitexturing/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 06:16:38 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blending]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=42</guid>
		<description><![CDATA[PFNGLMULTITEXCOORD2FARBPROC glMultiTexCoord2fARB = NULL; PFNGLCLIENTACTIVETEXTUREARBPROC glClientActiveTextureARB = NULL; PFNGLACTIVETEXTUREARBPROC glActiveTextureARB = NULL; int maxTextureUnits = 0; glMultiTexCoord2fARB = (PFNGLMULTITEXCOORD2FARBPROC) wglGetProcAddress(&#8220;glMultiTexCoord2fARB&#8221;); glActiveTextureARB = (PFNGLACTIVETEXTUREARBPROC) wglGetProcAddress(&#8220;glActiveTextureARB&#8221;); glClientActiveTextureARB = (PFNGLCLIENTACTIVETEXTUREARBPROC) wglGetProcAddress(&#8220;glClientActiveTextureARB&#8221;); glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB, &#38;maxTextureUnits); cout &#60;&#60; &#8220;!!!!!!&#8221; &#60;&#60; maxTextureUnits &#60;&#60; endl; glActiveTextureARB(GL_TEXTURE0_ARB); glEnable(GL_TEXTURE_2D); glBindTexture(GL_TEXTURE_2D, texture[GRASS]); glActiveTextureARB(GL_TEXTURE1_ARB); glEnable(GL_TEXTURE_2D); glBindTexture(GL_TEXTURE_2D, texture[SNOW]); glTexEnvi( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_COMBINE_ARB ); glTexEnvi( GL_TEXTURE_ENV, GL_COMBINE_RGB_ARB, GL_INTERPOLATE_ARB ); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=42&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PFNGLMULTITEXCOORD2FARBPROC glMultiTexCoord2fARB = NULL;<br />
PFNGLCLIENTACTIVETEXTUREARBPROC glClientActiveTextureARB = NULL;<br />
PFNGLACTIVETEXTUREARBPROC       glActiveTextureARB       = NULL;<br />
int maxTextureUnits = 0;</p>
<p>glMultiTexCoord2fARB = (PFNGLMULTITEXCOORD2FARBPROC) wglGetProcAddress(&#8220;glMultiTexCoord2fARB&#8221;);<br />
glActiveTextureARB = (PFNGLACTIVETEXTUREARBPROC) wglGetProcAddress(&#8220;glActiveTextureARB&#8221;);<br />
glClientActiveTextureARB = (PFNGLCLIENTACTIVETEXTUREARBPROC) wglGetProcAddress(&#8220;glClientActiveTextureARB&#8221;);</p>
<p>glGetIntegerv(GL_MAX_TEXTURE_UNITS_ARB, &amp;maxTextureUnits);<br />
cout &lt;&lt; &#8220;!!!!!!&#8221; &lt;&lt; maxTextureUnits &lt;&lt; endl;</p>
<p>glActiveTextureARB(GL_TEXTURE0_ARB);<br />
glEnable(GL_TEXTURE_2D);<br />
glBindTexture(GL_TEXTURE_2D, texture[GRASS]);</p>
<p>glActiveTextureARB(GL_TEXTURE1_ARB);<br />
glEnable(GL_TEXTURE_2D);<br />
glBindTexture(GL_TEXTURE_2D, texture[SNOW]);<br />
glTexEnvi( GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_COMBINE_ARB );<br />
glTexEnvi( GL_TEXTURE_ENV, GL_COMBINE_RGB_ARB, GL_INTERPOLATE_ARB );</p>
<p>glTexEnvi( GL_TEXTURE_ENV, GL_SOURCE0_RGB_ARB, GL_PREVIOUS_ARB );<br />
glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND0_RGB_ARB, GL_SRC_COLOR );</p>
<p>glTexEnvi( GL_TEXTURE_ENV, GL_SOURCE1_RGB_ARB, GL_TEXTURE );<br />
glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND1_RGB_ARB, GL_SRC_COLOR );</p>
<p>glTexEnvi( GL_TEXTURE_ENV, GL_SOURCE2_RGB_ARB, GL_PRIMARY_COLOR_ARB );<br />
glTexEnvi( GL_TEXTURE_ENV, GL_OPERAND2_RGB_ARB, GL_SRC_ALPHA );<br />
glMultiTexCoord2fARB(GL_TEXTURE0_ARB, 0.0f, 0.0f);<br />
glMultiTexCoord2fARB(GL_TEXTURE1_ARB, 0.0f, 0.0f);</p>
<p>glTexCoord2f(0.0f, 0.0f);  &lt;= similar to   glMultiTexCoord2fARB(GL_TEXTURE<strong>0</strong>_ARB, 0.0f, 0.0f);</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=42&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/08/22/multitexturing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenGL Texture</title>
		<link>http://structuredsand.wordpress.com/2008/07/02/opengl-texture/</link>
		<comments>http://structuredsand.wordpress.com/2008/07/02/opengl-texture/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 05:11:14 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[texture]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=31</guid>
		<description><![CDATA[To load the texture data into memory, the texture must have dimensions of the power of 2. For example, you can load a 64&#215;64 texture, because 64 is equal to 2^6. Similarly, you can load a texture with the dimensions 256&#215;256, because 256 is the same as 2^8.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=31&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To load the texture data into memory, the texture must have dimensions of the power of 2.</p>
<p>For example, you can load a 64&#215;64 texture, because 64 is equal to 2^6. Similarly, you can load a texture with the dimensions 256&#215;256, because 256 is the same as 2^8.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=31&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/07/02/opengl-texture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenCV IplImage</title>
		<link>http://structuredsand.wordpress.com/2008/06/30/opencv-iplimage/</link>
		<comments>http://structuredsand.wordpress.com/2008/06/30/opencv-iplimage/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 07:00:18 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iplimage]]></category>
		<category><![CDATA[opencv]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=30</guid>
		<description><![CDATA[IPL(Intel Image Processing Library) Image class. IplImage is subclass of CvMat. IplImage support ROI(region of interest) and COI(color of interest). Most of CvMat method support ROI, and some of CvMat method support COI. What is ROI? region of interest. What is COI? color of interest. http://doc.blueruby.mydns.jp/opencv/fr_method_index.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=30&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>IPL(Intel Image Processing Library) Image class. </strong></p>
<p>IplImage is subclass of CvMat. IplImage support ROI(region of interest) and COI(color of interest). Most of CvMat method support ROI, and some of CvMat method support COI.<br />
<strong>What is ROI?</strong></p>
<p>region of interest.<br />
<strong>What is COI?</strong></p>
<p>color of interest.</p>
<p>http://doc.blueruby.mydns.jp/opencv/fr_method_index.html</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=30&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/06/30/opencv-iplimage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>C++ Pointers</title>
		<link>http://structuredsand.wordpress.com/2008/06/27/c-pointers/</link>
		<comments>http://structuredsand.wordpress.com/2008/06/27/c-pointers/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 08:30:12 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[pointers]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=29</guid>
		<description><![CDATA[Reference operator ( &#38; ) andy = 25; fred = andy; ted = &#38;andy; Dereference operator (*) beth = *ted; Declaring variables of pointer types type * name;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=29&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Reference operator ( &amp; )</strong></p>
<p>andy = 25;<br />
fred = andy;<br />
ted = &amp;andy;</p>
<p><img class="alignnone" src="http://www.cplusplus.com/files/11-imgpoin1.gif" alt="" /></p>
<p><strong>Dereference operator (*)</strong></p>
<p>beth = *ted;</p>
<p><img class="alignnone" src="http://www.cplusplus.com/files/11-imgpoin2.gif" alt="" /></p>
<p><strong>Declaring variables of pointer types </strong></p>
<p>type * name;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=29&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/06/27/c-pointers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>

		<media:content url="http://www.cplusplus.com/files/11-imgpoin1.gif" medium="image" />

		<media:content url="http://www.cplusplus.com/files/11-imgpoin2.gif" medium="image" />
	</item>
		<item>
		<title>Drawing in OpenGL</title>
		<link>http://structuredsand.wordpress.com/2008/06/24/drawing-in-opengl/</link>
		<comments>http://structuredsand.wordpress.com/2008/06/24/drawing-in-opengl/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 08:46:30 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[opengl]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=28</guid>
		<description><![CDATA[glVertex2f(100.0f, 150.0f); defines a point at x = 100, y = 150, z = 0; this function takes only 2 parameters, z is always 0. glVertex2f can be used in special cases and won&#8217;t be used a lot unless you&#8217;re working with pseudo-2D sprites or triangles and points that always have to be constrained by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=28&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>glVertex2f(100.0f, 150.0f);</strong> defines a point at x = 100, y = 150, z = 0; this function takes only 2 parameters, z is always 0. glVertex2f can be used in special cases and won&#8217;t be used a lot unless you&#8217;re working with pseudo-2D sprites or triangles and points that always have to be constrained by the depth coordinate.</p>
<p><strong>glVertex3f(100.0f, 150.0f, -25.0f);</strong> defines a point at x = 100, y = 150, z = -25.0f; this function takes 3 parameters, defining a fully 3D point in your world. This function will be used a lot to define any kind of shapes you will possibly want.</p>
<p><strong>glVertex4f(100.0f, 150.0f, -25.0f, 1.0f);</strong> this is the same as glVertex3f, the only difference is in the last coordinate that specifies a scaling factor. The scaling factor is set to 1.0f by default. This won&#8217;t make a lot of use and I&#8217;m not going to explain this function in details. It can be used to make your 3D points look thicker than one pixel. I don&#8217;t want to sound pathetic but why would you want to use that functionality? (A few boring ideas creep into my mind but you&#8217;ll just have to trust me with this, we&#8217;re not going to use this function. If you&#8217;re really desperate, I recommend searching the net for it in hope that someone out there explained it).</p>
<p>Anyway, glVertex alone won&#8217;t draw anything on the screen, it merely defines a vertex, usually of a more complex object. To really start displaying something on the screen you will have to use two additional functions. These functions are</p>
<p><strong>glBegin(int mode);</strong> and <strong>glEnd( void ); </strong></p>
<p>glBegin and glEnd delimit the vertices of a primitive or a group of like primitives. What this means is that everytime you want to draw a primitive on the screen you will first have to call glBegin, specifying what kind of primitive it is that you want to draw in the mode parameter of glBegin, and then list all vertices one by one (by sequentially calling glVertex) and finally call glEnd to let OpenGL know that you&#8217;re done drawing a primitive. The parameter mode of the function glBegin can be one of the following:</p>
<p><strong>GL_POINTS<br />
GL_LINES<br />
GL_LINE_STRIP<br />
GL_LINE_LOOP<br />
GL_TRIANGLES<br />
GL_TRIANGLE_STRIP<br />
GL_TRIANGLE_FAN<br />
GL_QUADS<br />
GL_QUAD_STRIP<br />
GL_POLYGON</strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=28&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/06/24/drawing-in-opengl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenCV beta 1 Camera Capture and Save</title>
		<link>http://structuredsand.wordpress.com/2008/06/20/opencv-beta-1-camera-capture-and-save/</link>
		<comments>http://structuredsand.wordpress.com/2008/06/20/opencv-beta-1-camera-capture-and-save/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 07:14:42 +0000</pubDate>
		<dc:creator>silencer22</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opencv]]></category>

		<guid isPermaLink="false">http://structuredsand.wordpress.com/?p=27</guid>
		<description><![CDATA[#include &#60;ImageFile/imagefile.h&#62; #include &#8220;CameraVFW/CameraVFW.h&#8221; int main(int argc, char ** argv) { CameraVFW cam; ImageBase testimage(320,240,3), testimage2(320,240,4); cam.initialize(testimage); cam.preview(); printf(&#8220;after preview()&#8221;); Sleep(5000); printf(&#8220;slept&#8221;); cam.single_grab(&#38;testimage2); printf(&#8220;grabbed&#8221;); RGBAImage dispimage(320,240); iplMirror(testimage2,dispimage, 0); //ImageFile::write(&#8220;c:/Temp/testimage2.jpg&#8221;, &#38;testimage2); ImageFile::write(&#8220;c:/Temp/testimage2.jpg&#8221;, &#38;dispimage); return 0; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=27&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#include &lt;ImageFile/imagefile.h&gt;<br />
#include &#8220;CameraVFW/CameraVFW.h&#8221;</p>
<p>int main(int argc, char ** argv)<br />
{<br />
CameraVFW cam;<br />
ImageBase testimage(320,240,3), testimage2(320,240,4);<br />
cam.initialize(testimage);<br />
cam.preview();<br />
printf(&#8220;after preview()&#8221;);</p>
<p>Sleep(5000);<br />
printf(&#8220;slept&#8221;);<br />
cam.single_grab(&amp;testimage2);<br />
printf(&#8220;grabbed&#8221;);<br />
RGBAImage dispimage(320,240);<br />
iplMirror(testimage2,dispimage, 0);</p>
<p>//ImageFile::write(&#8220;c:/Temp/testimage2.jpg&#8221;, &amp;testimage2);<br />
ImageFile::write(&#8220;c:/Temp/testimage2.jpg&#8221;, &amp;dispimage);</p>
<p>return 0;<br />
}</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/structuredsand.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/structuredsand.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/structuredsand.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/structuredsand.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/structuredsand.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=structuredsand.wordpress.com&amp;blog=3705607&amp;post=27&amp;subd=structuredsand&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://structuredsand.wordpress.com/2008/06/20/opencv-beta-1-camera-capture-and-save/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8f8e692c72597e5d3fda930bae59baee?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silencer22</media:title>
		</media:content>
	</item>
	</channel>
</rss>
