<?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>
        You will need to place the camera directly above the arena to get a good angle. You can then use the attached robofile to detect the circle.&lt;br&gt;&lt;br&gt;We need images for your previous question. Images are always required!&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        And an other important issue is the ring of the sumo robots is black metal surface which is surrounded by a white line. I am trying to recognise a black object on a black surface. Like in the photo...&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/22662_1.jpeg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/22662_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Sorry for my English. Its true i m not a native speaker &lt;br&gt;&lt;br&gt;In my project i wanna recognize 2 different objects. They are sumo robots. I mean 2 cubic objects. Their color can vary but mostly black.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        dabbe,&lt;br&gt;&lt;br&gt;This sounds possible but you should include two images that show what you are describing. I realize that English is not your first language so having an image or two would greatly help us to understand what you are trying to do.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Hello,&lt;br&gt;&amp;#305; wanna detect 2 cubic object due to time. Let s say i wanna sense if one of the cubic object moved less than a specific time or not? I am so new about image processing plz help me.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Square Detection</title>
        <description>
        Bas,&lt;br&gt;&lt;br&gt;Yes, I think you are on the right track. It will largely depend on what kind of speed you are looking for in developing that module. The hough line transform will work but it is quite slow. From the transform you would need to find intersecting lines, determine the corners and from that deduce the square.&lt;br&gt;&lt;br&gt;This assumes that the object is amongst other objects within the image view. Quicker techniques involve segmenting the image (as you mention using thresholding), connecting all touching blobs, and then do a quick check on the area versus perimeter. If area = side * side and perimeter = (side*4) then you can solve for what the side length should be in each equation and see if the are approximately the same. This will give you a rough estimate of how square the blob is. This may be useful as a filter prior to the slower hough transform.&lt;br&gt;&lt;br&gt;There are other ways to detect lines ... we&apos;re working on one of those technique built specifically to detect rectangular objects at a rapid pace but the technique is just a fast implementation similar to what I described above.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Object recognition</title>
        <description>
        Hi,&lt;br&gt;&lt;br&gt;i am busy on my graduation, and a part of my project is to write a module to detect objects. The object i have to detect, is a rectangle, about 5.5cmx8.5cm, and 98% of the time it has a light color (almost white). I dont care about the other 2%. The big problem is the orientation of the object:&lt;br&gt;it can be turned 360 degrees, in almost all directions. So the object isnt always visible as a rectangle, but it can be a seen (on the image) as a rectangle without angles of 90 degrees.&lt;br&gt;&lt;br&gt;I was thinking about the following:&lt;br&gt;- convert my image to greyscale&lt;br&gt;- filter all light objects&lt;br&gt;- do a houghtransform to detect all the lines&lt;br&gt;- with those lines, find a rectangle&lt;br&gt;&lt;br&gt;is this the (or a) right way to do it, or do you have other hints for me?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=506</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=506</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
