<?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>
        Search for &quot;histogram segmentation&quot;.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</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;What is the name of the technique which refer to the floor finder module?&lt;br&gt;&lt;br&gt;Trung.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        FloodFill is just your generic color segmentation algorithm. You should be able to find the actual code in one of the open source systems. See &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/links/vision_software.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;links/&lt;wbr&gt;vision_&lt;wbr&gt;software.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;for a list. Basically it just groups like colors (RGB values) with each other given a certain threshold.&lt;br&gt;&lt;br&gt;The flood finder is similar. Use the sample pixels in front of the robot and extrapolate the same colors out to the rest of the image. There have been several papers that use/introduce this technique so it is quite well know. Check researchindex.org or google for those papers. They are not hidden or propriety secrets but well known techniques in the vision robotics community.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        I just read a nice paper on this tonight.&amp;nbsp;&amp;nbsp;&lt;br&gt;DeSouza and Kak &quot;Vision for Mobile Robot Navigation. A Survey&quot;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.societyofrobots.com/robottheory/Survey_of_vision-based_robot_control.pdf&quot; target=&quot;_blank&quot;&gt;http://www.societyofrobots.com/&lt;wbr&gt;robottheory/&lt;wbr&gt;Survey_&lt;wbr&gt;of_&lt;wbr&gt;vision-&lt;wbr&gt;based_&lt;wbr&gt;robot_&lt;wbr&gt;control.pdf&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        First you should take a look at this for a general overview on different techniques for image segmentation.&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Segmentation_(image_processing)&quot; target=&quot;_blank&quot;&gt;http://en.wikipedia.org/&lt;wbr&gt;wiki/&lt;wbr&gt;Segmentation_&lt;wbr&gt;(image_&lt;wbr&gt;processing)&lt;/a&gt;&lt;br&gt;&lt;br&gt;I am not sure exactly how STeven implemented the floor finding algorithm, but I would guess it is a variant on some sort of Region Growing Method.&amp;nbsp;&amp;nbsp;Basically you take a set of seeds (The sampled region in this cased)&amp;nbsp;&amp;nbsp;You compare the intensity of neighboring pixels to the the seeds.&amp;nbsp;&amp;nbsp;If they match within the given threshold then they are still part of the floor, if not, then a new region would be created,&amp;nbsp;&amp;nbsp;since the floor finder module is only interested in creating one region, it can dump all regions that are not considered attached to the initial seeds. &lt;br&gt;&lt;br&gt;Hope that makes some amount of sense.&amp;nbsp;&amp;nbsp;The original technique was described by haralick and shapiro.&amp;nbsp;&amp;nbsp;They put out a book pretty recently on Computer and Robotic Vision (1&amp;2)&amp;nbsp;&amp;nbsp;Any text on computer vision should go through their algorithm (or maybe I gave you enough to get started?)&amp;nbsp;&amp;nbsp;If you want more, you might look at:&lt;br&gt;&lt;a href=&quot;http://www.cs.cmu.edu/~cil/v-source.html&quot; target=&quot;_blank&quot;&gt;http://www.cs.cmu.edu/&lt;wbr&gt;~cil/&lt;wbr&gt;v-&lt;wbr&gt;source.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven will come along in a week or so and sort this all out.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The problem is that I can&apos;t get the idea from the instruction of those 2 modules since they looks like a short introduction than showing an algorithm.I really need more detail explanation or a clearer algorithm to follow.I intend to use Matlab independently to process the image.Could anyone help me please?Thanks        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        These algorithm exist in RR see &lt;a href=&quot;http://www.roborealm.com/help/Flood_Fill.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Flood_&lt;wbr&gt;Fill.php&lt;/a&gt; and &lt;a href=&quot;http://www.roborealm.com/help/Floor_Finder.php.&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Floor_&lt;wbr&gt;Finder.php.&lt;/a&gt; You will need to utilize the modules within RR and then send results to Matlab fpr futher processing. Download an example dll for Matlab and RR at &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;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Flood Fill and Floor Finder algorithm?</title>
        <description>
        Based on obstacle avoidance tutorial, I&apos;m trying to simulate two modules Floodfill and Floor Finder in Matlab, but I can&apos;t find the algorithm to implement them.Does anyone know about these algorithms?Please help me.Thanks.&amp;nbsp;&amp;nbsp;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3164</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3164</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
