Society of Robots - Robot Forum

Software => Software => Topic started by: hazzer123 on April 02, 2007, 12:13:08 PM

Title: Robot vision algorithms
Post by: hazzer123 on April 02, 2007, 12:13:08 PM
How can i write image processing software using the types of algorithms in the computer vision tutorial? Which language is the best for this job? I am ok with c++ and would like to keep with that if possible.

Thankyou

Harry
Title: Re: Robot vision algorithms
Post by: breemen on April 05, 2007, 04:56:32 AM
Hi,

The Servo Magazine has a very nice tutorial this month, and last months, on how to use the OpenCV library from Intel!

Albert

---
http://www.personalrobotics.nl (http://www.personalrobotics.nl)
Title: Re: Robot vision algorithms
Post by: hgordon on April 05, 2007, 06:15:41 AM
You'll find a nice library of functions with source code and a supporting textbook here - http://www.ee.siue.edu/CVIPtools/

Also, just to experiment with different image processing techniques in a system that's integrated with live camera feeds, take a look at http://www.roborealm.com

Title: Re: Robot vision algorithms
Post by: RoboRealm on April 06, 2007, 09:54:37 AM
For a longer list of free vision tools that may help you jumpstart your project have a look at

http://www.roborealm.com/links/vision_software.php

STeven.
Title: Re: Robot vision algorithms
Post by: hazzer123 on April 06, 2007, 01:14:36 PM
I have downloaded that roborealm software, and i have to say that i am very impressed :) . I have managed to write my own vb script and apply flters to automate my camera and make it find a 'post it' note in the room. 

Thanks a lot

Harry