Society of Robots - Robot Forum

Software => Software => Topic started by: BEAMer on August 27, 2008, 11:33:37 AM

Title: Algorithm for an object detection and manipulation robot
Post by: BEAMer on August 27, 2008, 11:33:37 AM
hi,

I am a robot builder from India and i need some expert ideas for one of my projects. it is a robot competition and it requires colored objects to be detected by an overhead camera and put them in their corresponding slots.

The arena will have 6 cubic blocks each having different colors. there will be slots of corresponding colors and the robot being started from one corner of the arena, must use the image from a stationary overhead camera and push them  into the slots. the one who is putting all the blocks into the slots will be the winner. iam not able to find an effective algorithm that addresses this problem. please guide me!

BEAMer
Title: Re: Algorithm for an object detection and manipulation robot
Post by: airman00 on August 27, 2008, 11:43:21 AM
is your robot PC based or microcontroller based?
Title: Re: Algorithm for an object detection and manipulation robot
Post by: pomprocker on August 27, 2008, 12:08:04 PM
airman, he just needs an algorithm. Which is platform independent.
Title: Re: Algorithm for an object detection and manipulation robot
Post by: airman00 on August 27, 2008, 12:37:55 PM
airman, he just needs an algorithm. Which is platform independent.

well I wanted to know if he could use Roborealm
Title: Re: Algorithm for an object detection and manipulation robot
Post by: Admin on September 01, 2008, 05:51:52 PM
Seen these yet?
http://www.societyofrobots.com/programming_computer_vision_tutorial.shtml
http://www.societyofrobots.com/robot_faq.shtml
http://www.societyofrobots.com/sensors_color.shtml
http://www.itee.uq.edu.au/~dball/roboroos/about_robots.html

Quote
airman, he just needs an algorithm. Which is platform independent.
Not true. Real-time algorithms are heavily dependent on processing speed and memory limits.