<?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>
        The avm061.dll file is the implementation of AVM algorithm (it is provided an object recognition only).&lt;br&gt;&lt;br&gt;You can use for autonomous robots navigation AVM Navigator plugin that connect to your C# application with helping of RoboRealm API ( &lt;a href=&quot;http://www.roborealm.com/downloads/API.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;API.zip&lt;/a&gt; ) or develop your own navigation program.&lt;br&gt;&lt;br&gt;See &quot;RoboRealm Server API&quot; for more details: &lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/API.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;API.php&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thanks alot really EDV..&lt;br&gt;it&apos;s work good now...&lt;br&gt;navigator plugin in that library...can i use it with c#..and is there examples to show how to use it??        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I updated &quot;AVM_SDK_simple-net.zip&quot; file and now it has the same &quot;avm061.dll&quot; that have AVM Navigator plugin. So, you should redownload it once again:&lt;br&gt;&lt;a href=&quot;http://edv-detail.narod.ru/AVM_SDK_simple-net.zip&quot; target=&quot;_blank&quot;&gt;http://edv-&lt;wbr&gt;detail.narod.ru/&lt;wbr&gt;AVM_&lt;wbr&gt;SDK_&lt;wbr&gt;simple-&lt;wbr&gt;net.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;You also should just to remove the slashes that was commented of &quot;SetParam&quot; method in &quot;.\\AVM_SDK_simple.net\\samples\\RcgExample1\\MainForm.cs&quot; file for solving of your problem:&lt;br&gt;&lt;br&gt;// Set the depth of tracking to 4 frames&lt;br&gt;_am.SetParam(CvAM_ParamType.ptTrackingDepth, 4);&lt;br&gt;&lt;br&gt;The parameter &quot;ptTrackingDepth&quot; is the threshold value of the frame number in which the object was not found and then tracking will be stopped. The default is 40 frames (about 1.5 seconds). It is useful to reduce this value if you try to make robot control in real-time. For example if an object disappear in the frame and there has no object last one and a half seconds but robot continues to level up at him and accordingly controlling is not correct. I use SetParam(ptTrackingDepth, 2) in my experiments of the robot control.&lt;br&gt;&lt;br&gt;See here for more details: &lt;a href=&quot;http://edv-detail.narod.ru/Library_AVM_SDK_simple_NET.html#void_SetParam_.28CvAM_ParamType_aParam.2C_double_aValue.29.3B&quot; target=&quot;_blank&quot;&gt;http://edv-&lt;wbr&gt;detail.narod.ru/&lt;wbr&gt;Library_&lt;wbr&gt;AVM_&lt;wbr&gt;SDK_&lt;wbr&gt;simple_&lt;wbr&gt;NET.html#void_&lt;wbr&gt;SetParam_&lt;wbr&gt;.28CvAM_&lt;wbr&gt;ParamType_&lt;wbr&gt;aParam.2C_&lt;wbr&gt;double_&lt;wbr&gt;aValue.29.3B&lt;/a&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        i use AVM_SDK_simple for c#&lt;br&gt;and key image size 80*80&lt;br&gt;and Array SeqObjDsr = _am.ObjectTracking(true, 0.54, .045)&lt;br&gt;u can say i use mostly your code in RcgExample1.&lt;br&gt;&lt;br&gt;i think the problem here..&lt;br&gt;case CvAM_State.cGeneralizedObject:&lt;br&gt;case CvAM_State.cTrackedObject:&lt;br&gt;DisplayGraphics.DrawRectangle(new Pen(Color.Blue, 2), ObjDsr.ObjRect);&lt;br&gt;&lt;br&gt;and the input image from my webcam..&lt;br&gt;while i leave the object away the blue rectangle remain in screen for little bit . and then go away..that&apos;s the problem &lt;br&gt;&lt;br&gt;&lt;br&gt;and that there is to photos for what happen..&lt;br&gt;the first one it recognize the cup but while moving the cup it left some rectangle.&lt;br&gt;and the second.. i moved away the cup it left rectangle but at all it disappear after 1 or 2 second..&lt;br&gt;and i didn&apos;t know what is the problem&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/24334_1.png&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/24334_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/24334_2.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/24334_thumb_2.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You should provide more information for analyzing regarding your situation that will help to understand it:&lt;br&gt;&lt;br&gt;1. Do you use package: AVM_SDK_simple-net.zip or AVM_SDK_v0-5.zip?&lt;br&gt;2. What value of image key size is?&lt;br&gt;3. Which method you use for recognition: ObjectRecognition or ObjectTracking?&lt;br&gt;4. If you use ObjectTracking method then what parameters was given?&lt;br&gt;5. What images you use for training of AVM algorithm? I take an interest in such characteristic as an image contrast, the texture frequency and horizontal or vertical lines presence in image.&lt;br&gt;6. Do you show for recognition the images where target object was rotated regarding initial sequence of this object that you gave for training of AVM?&lt;br&gt;7. Can you provide video that shows your problem with object recognition?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        while sometimes where there isn&apos;t any recognition there are some rectangles left from previous recognition..why that..and how to eliminate it..??        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        thanks alot for your help really..my application get work now well.&lt;br&gt;and i now understand the relation.&lt;br&gt;&lt;br&gt;thanks again..&lt;br&gt;Nagi        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &amp;gt;&amp;gt; is there any relation between key image size and interest area. i know key image size should be smaller than interest area..i get recognition bu not all the time. and interest area is bigger than key image size..i fix key image size in 80*80...so what is wrong in that..&lt;br&gt;&lt;br&gt;You are right and key image size must be really smaller than interest area but also it is important to provide the same aspect ratio in key size and interest area. For example if you have 80x80 key size (aspect ratio 1:1) then the interest area should has size: 100x100, 120x120 etc.&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; and there is another question i see your recognition application and i notice that your rectangle is equal width and height..why that?? is it can be different width and height,??&lt;br&gt;&lt;br&gt;As I mentioned the aspect ratio of key size and interest area must be equal. So you should set the aspect ratio of your smallest rectangle area as key image size (values from 80 pixels and higher) and further keep this aspect ratio for the interest area too. For example if you have 160x80 key size (aspect ratio 2:1) then the interest area should has size: 200x100, 240x120 etc.&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; and how much interest area is bigger than key image size??&lt;br&gt;&lt;br&gt;The size of the interest area is limited only by size of input image.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        is there any relation between key image size and interest area. i know key image size should be smaller than interest area..i get recognition bu not all the time. and interest area is bigger than key image size..i fix key image size in 80*80...so what is wrong in that..&lt;br&gt;&lt;br&gt;and there is another question i see your recognition application and i notice that your rectangle is equal width and height..why that?? is it can be different width and height,??&lt;br&gt;&lt;br&gt;and how much interest area is bigger than key image size??        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        But how it differs from exporting of AVM object data as: &quot;AVM Navigator&quot; -&amp;gt; avm.dat -&amp;gt; RcgExample2.exe that I mentioned earlier?&lt;br&gt;&lt;br&gt;If you want to save data from your own program that using Library AVM SDK simple.NET then you should use WritePackedData/ReadPackedData methods for data finalizing and Save/Load for data saving.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi EDV ,&lt;br&gt;&lt;br&gt;can you tell me how to create .dat file using one of&amp;nbsp;&amp;nbsp;these samples        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi EDV,&lt;br&gt;&lt;br&gt;once again thanks for reply.&lt;br&gt;&lt;br&gt;I will create a procedure as mentioned by you .&lt;br&gt;&lt;br&gt;I will reply you back.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &amp;gt;&amp;gt; But can we train the objects in RcgExample2.exe?&lt;br&gt;&lt;br&gt;You should develop procedure &quot;Learn object&quot; with user interface like in AVM Navigator.&lt;br&gt;&lt;br&gt;From Library AVM SDK simple.NET description:&lt;br&gt;&lt;br&gt;What you need for training? &lt;br&gt;&lt;br&gt;1. Create an instance of AVM: _am = new CvAssociativeMemory32S (); &lt;br&gt;2. Initialize the instance (methods: Create, Load, or ReadPackedData): _am.Load (cRcgDataFileName); &lt;br&gt;3. Set the image for processing: _am.SetImage (ref aSrcImage); &lt;br&gt;4. Write the new image to the AVM search tree: _am.Write (InterestArea, ObjIndex, true). &lt;br&gt;&lt;br&gt;&lt;br&gt;From example file &quot;AVM_SDK_simple.net\\samples\\RcgExample1\\MainForm.cs&quot;:&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_am.SetImage(ref aPicDisplay);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Rectangle InterestArea = new Rectangle();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InterestArea.X = 84;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InterestArea.Y = 38;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InterestArea.Width = 80;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;InterestArea.Height = 80;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;br&gt; &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (_TrainingLoop != 0)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// Training&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;int wObjIndex = cObjMaxNum;// &amp;lt;= Actual index of training object &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_am.Write(InterestArea, wObjIndex, true);&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DisplayGraphics.DrawRectangle(new Pen(Color.Red, 2), InterestArea);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_TrainingLoop--;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi EDV,&lt;br&gt;&lt;br&gt;i have done as mentioned by you in above reply , it is working fine.&lt;br&gt;&lt;br&gt;But can we train the objects in RcgExample2.exe.&lt;br&gt;&lt;br&gt;if not then can we add that feature in RcgExample2.exe also.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You also can use AVM Navigator as tool for learning of objects with further exporting of AVM object data to &quot;Library AVM SDK simple.NET&quot;.&lt;br&gt;&lt;br&gt;You should just train AVM Navigator on some objects (in &quot;Object recognition&quot; mode) further close RoboRealm application and then copy file &quot;avm.dat&quot; to &quot;.\\AVM_SDK_simple.net\\bin\\&quot; directory. This file is located in user folder (for example: &quot;C:\\Documents and Settings\\user\\AVM\\avm.dat&quot;).&lt;br&gt;&lt;br&gt;Now you can start &quot;.\\AVM_SDK_simple.net\\bin\\RcgExample2.exe&quot; and select capture device from dialog window and show learned objects in front of your camera. It will be recognized as well as in AVM Navigator.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        You can use RoboRealm API ( &lt;a href=&quot;http://www.roborealm.com/downloads/API.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;API.zip&lt;/a&gt; ) for connection of your C# (CSharp) application to AVM Navigator module. &lt;br&gt;&lt;br&gt;See &quot;RoboRealm Server API&quot; for more details:&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/API.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;API.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you decide to use Library AVM SDK simple.NET yet then there is an example in &lt;a href=&quot;http://edv-detail.narod.ru/AVM_SDK_simple-net.zip&quot; target=&quot;_blank&quot;&gt;http://edv-&lt;wbr&gt;detail.narod.ru/&lt;wbr&gt;AVM_&lt;wbr&gt;SDK_&lt;wbr&gt;simple-&lt;wbr&gt;net.zip&lt;/a&gt; archive (.\\AVM_SDK_simple.net\\samples\\RcgExample1\\RcgExample1.csproj) that shows how to use AVM for training and recognition of an object.&lt;br&gt;&lt;br&gt;My e-mail: mail.for.edv (AT) gmail.com        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi EDV,&lt;br&gt;&lt;br&gt;thanks for your fast reply.&lt;br&gt;&lt;br&gt;i want some more information regarding AVM. &lt;br&gt;&lt;br&gt;I don&apos;t have more knowledge about VBScript.I am developing application in C#.net. &lt;br&gt;&lt;br&gt;I have seen the your SDK of AVM at below link:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://edv-detail.narod.ru/Library_AVM_SDK_simple_NET.html&quot; target=&quot;_blank&quot;&gt;http://edv-&lt;wbr&gt;detail.narod.ru/&lt;wbr&gt;Library_&lt;wbr&gt;AVM_&lt;wbr&gt;SDK_&lt;wbr&gt;simple_&lt;wbr&gt;NET.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I want to know can we use this SDk to learn,train and track objects as shown in AVM Plugin of RR.&lt;br&gt;&lt;br&gt;can you please give me your email id. &lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        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&amp;nbsp;&amp;nbsp;- 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=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Face Matching</title>
        <description>
        Hello ,&lt;br&gt;&lt;br&gt;i want to develop a application for face detection and matching.&lt;br&gt;i want to use AVM for developing my application .S&lt;br&gt;So can anyone please tell me how can i use AVM in my project .&lt;br&gt;&lt;br&gt;I want to develop a simple desktop application ,Which captures a image&amp;nbsp;&amp;nbsp;and matches that image .        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4347</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4347</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
