<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Wheres everybody??</title>
		<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody</link>
		<description>Posts in the discussion thread &quot;Wheres everybody??&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 17 Aug 2026 23:46:31 +0000</lastBuildDate>
		
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-1980601</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-1980601</link>
				<description></description>
				<pubDate>Fri, 28 Feb 2014 17:58:24 +0000</pubDate>
				<wikidot:authorName>Amirtexter</wikidot:authorName>				<wikidot:authorUserId>1829589</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hey we are here and we will find something to speak about</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-73520</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-73520</link>
				<description></description>
				<pubDate>Thu, 29 Nov 2007 07:41:56 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>I visit here daily, often few times every day but here is not much for me :-/<br /> Mostly because of peoples here talks nearly allways about windows programming languages and 2D or 3D graphics which wont interest me :)</p> <p>But cool place, love it.</p> <p>E.K.Virtanen<br /> www.ascii-world.com</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64858</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64858</link>
				<description></description>
				<pubDate>Mon, 05 Nov 2007 06:01:37 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No. I am unable to solve an equation with two unknowns. It's one reason the Game Math project is so important to me &#8212; to teach myself better math. &#8212;hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64677</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64677</link>
				<description></description>
				<pubDate>Sun, 04 Nov 2007 17:06:52 +0000</pubDate>
				<wikidot:authorName>u9</wikidot:authorName>				<wikidot:authorUserId>12755</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Mine too, at first. But actually it is almost like simple algebra. One just needs to set up an equation system that needs to be solved. I'm sure many around here are able to solve two equations with two unknowns. Finding the camera position basically just becomes solving maybe 8 equations with 8 unknowns. Sure it's a lot more work, but the principle is the same :)</p> <p>I show the camera a pattern of points, then i define some points on the patterns as being at some specific location in 3D space, e.g. the first point on the pattern could be at location 0,0,0 the second at 1,0,0 etc. Objects are projected into the camera frame (image) with the equation:</p> <span class="equation-number">(1)</span> <div class="math-equation" id="equation-351499-1">\begin{equation} x' = P * X \end{equation}</div> <p>Where <span class="math-inline">$x'$</span> is the point in the image, <span class="math-inline">$X$</span> is a 3D location (these i define), and <span class="math-inline">$P$</span> is the <a href="http://en.wikipedia.org/wiki/Camera_matrix">camera matrix</a> (see also <a href="http://en.wikipedia.org/wiki/Projection_matrix">projection</a>) which both includes the camera's 3D position and its orientation. I &quot;just&quot; need enough points to solve <span class="math-inline">$P$</span> because i know <span class="math-inline">$X$</span> and <span class="math-inline">$x'$</span>.</p> <p>That sounds easy enough, but of course there is noise in the image, so what is on the image won't be perfect coordinates. The points are also quantized to the screen resolution which also adds noise, so in reality the equations are solved using <a href="http://en.wikipedia.org/wiki/Singular_value_decomposition">singular value decomposition</a> and some smart way of excluding outliers (points which have too much noise and only degrade the estimation of <span class="math-inline">$P$</span>).</p> <p>This was just a little reading for those that are bored :) Btw, the reason we were stuck was not in estimating the position of the camera itself because this was actually just a function call in the <a href="http://en.wikipedia.org/wiki/Opencv">OpenCV</a> library, but we couldn't make sense of the coordinates it provided. Another problem we had was actually to find the 3D points in the camera image. Suffice to say it took a long time to find although it shouldn't have.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64545</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64545</link>
				<description></description>
				<pubDate>Sun, 04 Nov 2007 06:26:27 +0000</pubDate>
				<wikidot:authorName>Linkage2</wikidot:authorName>				<wikidot:authorUserId>29081</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I haven't been posting because no-one else has been posting. :P = nothing to talk about.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64460</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64460</link>
				<description></description>
				<pubDate>Sat, 03 Nov 2007 18:46:54 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>&#8230; my &#8230; brain &#8230; hurts &#8230; thinking &#8230; about &#8230; that &#8230; kind&#8230; of &#8230; math&#8230; help &#8230; brain &#8230; going &#8230; to &#8230; explode &#8230;</p> <p>:)</p> <p>&#8212;hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64457</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64457</link>
				<description></description>
				<pubDate>Sat, 03 Nov 2007 18:43:50 +0000</pubDate>
				<wikidot:authorName>u9</wikidot:authorName>				<wikidot:authorUserId>12755</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Busy at school. My group is 3 weeks behind project schedule, although we have just yesterday cracked the stupid nut that was keeping us stuck for 3 weeks, and are now gaining in on the damn time-line again :)</p> <p>Our problem was calculating the position of a video camera relative to the object it is viewing based only on what the video camera sees. 3D position and orientation. It's fun to work with when one makes progress :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64411</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64411</link>
				<description></description>
				<pubDate>Sat, 03 Nov 2007 16:10:11 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Its a common era that site gets bit quiet time to time. ;)</p> <p>Personally im working with source of yaBasic. Not with good succes tho. Also next issue of PCopy keeps me busy (beside of real life too)</p> <p>E.K.Virtanen<br /> www.ascii-world.com</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64405</guid>
				<title>Re: Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64405</link>
				<description></description>
				<pubDate>Sat, 03 Nov 2007 15:59:46 +0000</pubDate>
				<wikidot:authorName>hartnell</wikidot:authorName>				<wikidot:authorUserId>10978</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I started on the GM project. It has now surpassed GDN's best day in traffic. I offered to register GM 7 for those who would help me get it going, but no one took the offer. &#8212;hartnell</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://gamedesign.wikidot.com/forum/t-25441#post-64370</guid>
				<title>Wheres everybody??</title>
				<link>http://gamedesign.wikidot.com/forum/t-25441/wheres-everybody#post-64370</link>
				<description></description>
				<pubDate>Sat, 03 Nov 2007 13:34:22 +0000</pubDate>
				<wikidot:authorName>Anonymous</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>No one has been on at all this week. Is sumthing up?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>