<?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 will use the color statistics module to get the blob color data. Thanks.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;The following is an example of a problem i am trying to solve. There are 5 blobs. 3 are different shades of red i.e. similar color. one is blue and one is green. I am trying to filter out the blue and green blob as they are the odd ones out. I only need to sample one pixel of each blob i.e. the blobs COG.&lt;br&gt;Any idea how i could go about this?&lt;br&gt;&lt;br&gt;ps. i dont know the blob colors before hand. I just want to filter the odd colors&lt;br&gt;out.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;The problem was that i sampled a large area instead of a small area. I did that the first time but the second time i assumed it was sampling the COG of the sample area. My mistake.&lt;br&gt;&lt;br&gt;The numbers are ok. i was expecting it to be closer to 1 for dissimilar color but&lt;br&gt;o.2 is good enough :)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &quot;the attached is a simple one&quot; - yes, color theory is huge ... you can spend many years on that one!&lt;br&gt;&lt;br&gt;Ok, but 0.20 and 0.05 seem like good numbers? Or were you expecting different? &lt;br&gt;&lt;br&gt;Can you include your robofile where you are seeing the really different colors come up as the same? We can take a quick look if we have something to test against.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I have been testing the program and i am getting inconsistent results&lt;br&gt;Around 5.0 E-2 for similar colors&lt;br&gt;0.2 for dissimilar colors&lt;br&gt;&lt;br&gt;And certain conditions the result shows similar when it is clearly not similar.&lt;br&gt;Also the color window (sampled color) doesn&apos;t seem to show the correct color of the sampled area.&lt;br&gt;The code does not seem to be very reliable. Test was done with remo.gif &lt;br&gt;&lt;br&gt;Is there a standard algorithm or module for color comparison? I did some searching and found that most people measure the distance of the &lt;br&gt;samples in a HSL plot to determine similarity. Not sure how reliable this is&lt;br&gt;from a human perception standpoint.&lt;br&gt;&lt;br&gt;In any case this seems more complex then i expected.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STeven&lt;br&gt;&lt;br&gt;Yes that works fine. I wasn&apos;t sure how to do the comparison and if i would have to use the HLS or HSV color space instead of RGB.&lt;br&gt;Thanks.         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Dawson,&lt;br&gt;&lt;br&gt;Can you not use two color sample modules?&lt;br&gt;&lt;br&gt;Once you get both samples you can compare the actual color values using some form of comparison. For example a VBScript can generate that ratio with 0 being very similar and 1 being very different.&lt;br&gt;&lt;br&gt;Note there are many ways to compare colors ... the attached is a simple one.&lt;br&gt;&lt;br&gt;See the attached robofile as an example.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>comparing the color of two blobs</title>
        <description>
        Hi STeven,&lt;br&gt;&lt;br&gt;I would like to compare the color of two blobs and determine if they are both of a similar color. It would be great if the sample color module had a feature to add a second sample coordinate.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4460</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4460</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
