<?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>
        Thanks EDV, I&apos;d been carefully trying to keep it as still as possible! Will take your advice in future.&lt;br&gt;Cheers,&lt;br&gt;Alan        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        In fact the AVM algorithm is not invariance to rotation and you should show the object for memorizing to AVM search tree under different angles during training for further correct recognition.&lt;br&gt;&lt;br&gt;See also an example of using of Canny module as background for AVM Navigator:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=6oSJbwO-qp0&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=6oSJbwO-&lt;wbr&gt;qp0&lt;/a&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;I noticed in the youtube video that you jiggle the object (your face or the book) slightly during the learrning phase. Is this an advantage?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;&lt;br&gt;Alan         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Sweet!&amp;nbsp;&amp;nbsp;Looking forward to experimenting with it, nice work :)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Fun with AVM Navigator: &lt;a href=&quot;http://www.youtube.com/watch?v=4uywp5TNrZk&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=4uywp5TNrZk&lt;/a&gt;&lt;br&gt;&lt;br&gt;It&apos;s little demo of object recognition and learning from motion with helping of AVM Navigator.&lt;br&gt;&lt;br&gt;All object rectangle coordinates are available in RoboRealm pipeline from external variables:&lt;br&gt;NV_ARR_OBJ_RECT_X - left-top corner X coordinate of recognized object&lt;br&gt;NV_ARR_OBJ_RECT_Y - left-top corner Y coordinate of recognized object&lt;br&gt;NV_ARR_OBJ_RECT_W - width of recognized object&lt;br&gt;NV_ARR_OBJ_RECT_H - height of recognized object&lt;br&gt;&lt;br&gt;So you can use it in your VBScript program.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Excellent!&amp;nbsp;&amp;nbsp;Thanks much&amp;nbsp;&amp;nbsp;:)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Navigator package is updated now and you can download next modification of AVM Navigator v0.7.4.1 from your account link. &lt;br&gt;&lt;br&gt;Changes: &lt;br&gt;- NV_TRACKING_DEPTH - depth of object tracking &lt;br&gt;- NV_OBJ_ATTRIBUTES - attributes of recognized objects: &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 0 - show the marking of recognized objects by thin rectangle &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 1 - show the marking of generalized object by thick rectangle &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 2 - show the object name &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 3 - show the drawing of object trajectory &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 4 - show the point of object center &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 5 - show the additional training indication of an object &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 6 - show the common statistics (processing time of a current input image, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;total number of images that was memorized in AVM tree, &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;similarity rate of recognized objects) &lt;br&gt;&amp;nbsp;&amp;nbsp;bit 7 - switch off additional training of an object &lt;br&gt;&lt;br&gt;- NV_ARR_OBJ_NAME - array of object names that were recognized &lt;br&gt;&lt;br&gt;Also was added new dialog window that help to set Aspect ratio of the interest area on button Set key image size (New).&lt;br&gt;&lt;br&gt;So now you can get access to names of recognized objects via NV_ARR_OBJ_NAME variable.&lt;br&gt;&lt;br&gt;&lt;br&gt;For example:&lt;br&gt;&lt;br&gt;objNameArray = GetArrayVariable(&quot;NV_ARR_OBJ_NAME&quot;)&lt;br&gt;&lt;br&gt;nameStr = objNameArray(0)&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Unfortunately but I can&apos;t transmit array of object names from AVM Navigator module through RoboRealm API for plugins (there is no appropriate method for string array).&lt;br&gt;&lt;br&gt;And so we can define name of objects only outside of AVM Navigator module in VBScript program like in &quot;Speak an Object&apos;s Name&quot; example but can&apos;t get it directly from AVM module.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>AVM object names</title>
        <description>
        Can the object name given to AVM when learning an object be accessed&lt;br&gt;via a variable?&amp;nbsp;&amp;nbsp;I saw where 1, 2, 3, etc were spoken in the example&lt;br&gt;script but these labels were supplied within the script rather than drawn&lt;br&gt;from AVM itself.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4502</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4502</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
