<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Ben,&lt;br&gt;&lt;br&gt;That&apos;s a common issue in many recognition situaions. The issue is when a &quot;new&quot; object is seen. This is easy if the objects change but not as trivial when two similar objects are shown in sequence. What you are looking for is a timeout period. It goes like this:&lt;br&gt;&lt;br&gt;if current_object &amp;lt;&amp;gt; nothing then&lt;br&gt;&amp;nbsp;&amp;nbsp;if last_object &amp;lt;&amp;gt; current_object then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; add value to sum&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set last_object = current_object&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;else&lt;br&gt;&amp;nbsp;&amp;nbsp;last_object = nothing&lt;br&gt;end if&lt;br&gt;&lt;br&gt;which will basically stop the current object from being recognized until it is not seen for an instant. Once not seen showing the same object again will trigger the summation. Note that this can be an issue if the object disappears for even a one frame. Thus be sure to set the &quot;absent after X frames&quot; to something like 20 to ensure that when the object does disappear ... it is really gone and not just flickered. At 20 thats a bit less than 1 second given a 30fps camera.&lt;br&gt;&lt;br&gt;Hope this helps...&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4456</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4456</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>VB Script Question</title>
        <description>
        STeven,&lt;br&gt;&lt;br&gt;I am trying to create a program in VB Script that adds up the cumulative total of money that passes in front of a webcam. For example, a 5 dollar bill is passed in front of camera then the balance=5, 10 dollar bill is passed in front of the camera then the balance=15 etc.&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;I have no problems with the object recognition and variable input but I can not figure out how to add the variable only once.&amp;nbsp;&amp;nbsp;For example, I have a balance of 0 then when I put a 5 dollar bill in front of the camera, it adds 5 a zillion times, and the balance increases by about 20 a second as opposed to just increasing by 5.&lt;br&gt;&lt;br&gt;Any help would be appreciated,&lt;br&gt;&lt;br&gt;Ben        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4456</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4456</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
