<?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>
        I&apos;m not sure what you are asking. Do you want the robot to save the landmark image to disk before continuing? Or do you want it to process images from a video? &lt;br&gt;&lt;br&gt;The Write_Images module may be of interest.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/Write_Images.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Write_&lt;wbr&gt;Images.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I&apos;m doing artificial landmark tracking robot. There are four landmarks. i&apos;m using shape match module. my robot is can recognized the landmark well while moving. It is possible when the robot see the landmark and capture the image from video, process the capture image then only continue moving.&lt;br&gt;if possible. How?&lt;br&gt;&lt;br&gt;Thank you.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Impressive video        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Excelent        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The good contrast of movable object on the general background and also size of motion area that commensurable with key image size (usually 80x80 pixels) are necessary conditions for working of &quot;learn from motion&quot; feature.&lt;br&gt;&lt;br&gt;So, if these conditions will be provided in your case then perhaps it will be working.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</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 am interested in AVM&apos;s &quot;learn from motion&quot; feature. Was it designed to work on a 2D plane or will it also work on a 3D plane i.e. object is moving closer or further away. I am currently using the blob tracking feature of RR to maintain a lock on the object being tracked. I am hoping that this AVM feature can help my project maintain a lock on the object in uneven lighting (outdoor) conditions.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Bmw318be&amp;gt;&amp;gt; Hi, but how to do the localization in pan and tilt if I want to use pan rotation to do the localization in the training mode, am I be able to do automatically.&lt;br&gt;&lt;br&gt;I think that this topic can help in your questions regarding object tracking.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &amp;gt;&amp;gt; I&apos;ve had a &apos;fiddle&apos; with AVM navigator and managed to teach it a few objects/faces, but not the first idea how to turn that into tracking commands&lt;br&gt;&lt;br&gt;It is easy. You should just use &quot;Object recognition mode&quot; in AVM Navigator module. &lt;br&gt;First clear the AVM search tree by click on button &quot;Set key image size(New)&quot; and further press &quot;Yes&quot;. &lt;br&gt;&lt;br&gt;Now you can train AVM on some faces like in video below:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=oRpXBOX5rxY&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=oRpXBOX5rxY&lt;/a&gt;&lt;br&gt;&lt;br&gt;When training will be done you should use variables that described below for your VBScript program: &lt;br&gt;&lt;br&gt;NV_OBJECTS_TOTAL - total number of recognized objects &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;As example you can use these VBScript programs that was published in this topics: &lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/forum/index.php?thread_id=3881#&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;index.php?thread_&lt;wbr&gt;id=3881#&lt;/a&gt; &lt;br&gt;&lt;a href=&quot;http://forums.trossenrobotics.com/showthread.php?4764-Using-of-AVM-plugin-in-RoboRealm&amp;p=48865#post48865&quot; target=&quot;_blank&quot;&gt;http://forums.trossenrobotics.com/&lt;wbr&gt;showthread.php?4764-&lt;wbr&gt;Using-&lt;wbr&gt;of-&lt;wbr&gt;AVM-&lt;wbr&gt;plugin-&lt;wbr&gt;in-&lt;wbr&gt;RoboRealm&amp;p=48865#post48865&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        It is a testing of the enhanced tracking algorithm that takes into consideration variable servo speed:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=ueqDhuHiR-E&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=ueqDhuHiR-&lt;wbr&gt;E&lt;/a&gt;&lt;br&gt;&lt;br&gt;See VBScript program and diagram below for more details:&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/24293_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/24293_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Here is complete solution of object tracking:&lt;br&gt;&lt;a href=&quot;http://forums.trossenrobotics.com/showthread.php?4764-Using-of-AVM-plugin-in-RoboRealm&amp;p=48865#post48865&quot; target=&quot;_blank&quot;&gt;http://forums.trossenrobotics.com/&lt;wbr&gt;showthread.php?4764-&lt;wbr&gt;Using-&lt;wbr&gt;of-&lt;wbr&gt;AVM-&lt;wbr&gt;plugin-&lt;wbr&gt;in-&lt;wbr&gt;RoboRealm&amp;p=48865#post48865&lt;/a&gt;&lt;br&gt;&lt;br&gt;I tested it on the prototype of Twinky rover and it works fine:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=pt2y7xkiTXo&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=pt2y7xkiTXo&lt;/a&gt;&lt;br&gt;&lt;br&gt;See also Twinky rover presentation:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=Fkjpma1oWAg&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=Fkjpma1oWAg&lt;/a&gt;&lt;br&gt;&lt;br&gt;Testing of new robot:&lt;br&gt;&lt;a href=&quot;http://www.youtube.com/watch?v=F3u0rTNBCuA&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/&lt;wbr&gt;watch?v=F3u0rTNBCuA&lt;/a&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        EDV,&lt;br&gt;Thanks I have not had time to really work with my project. But I have managed to get the movement &amp; COG modules to work. I will be going on vacation soon and plan on working on my project then. Waiting for a PTZ camera at this time. Going for a weatherproof IR foscam.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I added Learn from motion option to Object recognition mode and you should download RoboRealm package with new AVM Navigator v0.7.4. &lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Hi, how do I update AVM Navigator? I purchased it last version. &lt;br&gt;&lt;br&gt;You had to receive download link after registration on RoboRealm site. &lt;br&gt;Just use this link for downloading recent version of RoboRealm package with AVM Navigator. &lt;br&gt;&lt;br&gt;You could also start RoboRealm application and then click &quot;Option&quot; button and further click &quot;Download Upgrade&quot;. &lt;br&gt;&lt;br&gt;Further you should set &quot;Learn from motion&quot; checkbox with &quot;Object recognition&quot; mode in AVM Navigator dialog window.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Object tracking</title>
        <description>
        Just purchased RoboRealm with AVM. I would like to uase RR and AVM to recognize movement and then track the moving object until it is no longer visible. Is this possible?&lt;br&gt;&lt;br&gt;Jim        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4422</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4422</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
