<?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>
        Nemanya,&lt;br&gt;&lt;br&gt;It looks like it was just a bit more information that the GetVariable function was meant to support. First the buffer capacity of the variable names was set to 100 which truncated the variable names. Then the receive buffer was just not large enough to get all the data base.&lt;br&gt;&lt;br&gt;We&apos;ve updated and uploaded a new API.zip which you should update on your site (specifically the RR_API.h and RR_API.cpp files) which have the fixes mentioned above.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5328</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5328</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Here the only difference I make is to rename &quot;blob_tracking_capsule&quot; and &quot;feret_capsule&quot; and yet cannot get the new variables . &lt;br&gt;&lt;br&gt;Statement 1 works:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (rr.getVariables(&quot;BLOB_TRACKING, CIRCULARITY_3, EQUIV_DIAMETER, FERET, FERET_ASPECT_RATIO, MAX_INTENSITY&quot;, results, 1388, 6)!=6)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...&lt;br&gt;&lt;br&gt;Statement 2 doesn&apos;t work:&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (rr.getVariables(&quot;blob_tracking_capsule, CIRCULARITY_3, EQUIV_DIAMETER, feret_capsule, FERET_ASPECT_RATIO, MAX_INTENSITY&quot;, results, 1388, 6)!=6)&lt;br&gt;&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;printf(&quot;Error in GetVariables, did not return 6 results&quot;);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;getchar();&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;exit(-1);&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br&gt;&lt;br&gt;In the RR program I use Set_Variable to set the new variables. Effectively: blob_tracking_capsule = [BLOB_TRACKING]; is array&lt;br&gt;feret_capsule = [Feret]; is array&lt;br&gt;&lt;br&gt;What could be preventing me from reading the new values?&lt;br&gt;&lt;br&gt;Nemanya        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5328</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5328</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks STeven,&lt;br&gt;&lt;br&gt;I just tried it, but could not read the new variables from the API. Using Watch Variables I can see the new array generated and updating, but for some reason cannot pull it using API.&lt;br&gt;&lt;br&gt;Not sure what I&apos;m missing. Do you have any idea of what I should try.&lt;br&gt;&lt;br&gt;Nemanya        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5328</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5328</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Nemanya,&lt;br&gt;&lt;br&gt;You can add the Set_Variable module inbetween the two geo modules and rename the variables you need to something else. The Set_Variable module can be used to rename a variable by assigning it to a new variable. It understands arrays so that should work.&lt;br&gt;&lt;br&gt;The using the API you would query for both variables (the one geo generates and the one you created just after the first geo call).&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5328</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5328</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Multiple Geometric Statistics module</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;I am trying to perform two sets of geometric analyses in the same pipeline, but am not sure how to grab data from them individually without the second Geometric_Statistics module overwriting the data from the previous module.&lt;br&gt;&lt;br&gt;Here&apos;s is&amp;nbsp;&amp;nbsp;an example of the flow:&lt;br&gt;...&lt;br&gt;filter1&lt;br&gt;Geometric_Statistics&lt;br&gt;...&lt;br&gt;...&lt;br&gt;filter2&lt;br&gt;Geometric_Statistics&lt;br&gt;&lt;br&gt;Is there a way to grab data, using C API, from both modules?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Nemanya&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5328</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5328</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
