AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

Object detection in C#!

The forum is to discuss topics related to robotics, like building robot, controlling it, its software and hardware, etc.

Object detection in C#!

Postby iamaldrin » Sun Aug 14, 2011 4:02 pm

Hello,

I would like to know how I can get the location and the shape of the object using a web cam. I've seen blob tracking by Andrew Kirillov and that's exactly what I want, the camera will be mounted to a robot, and it will follow the object and determine it's shape. The objects will be in different colors because we're restricted on color identification. Please help.
iamaldrin
 
Posts: 6
Joined: Sun Aug 14, 2011 3:39 pm

Re: Object detection in C#!

Postby andrew.kirillov » Mon Aug 15, 2011 8:43 am

Hello,

iamaldrin wrote:I've seen blob tracking by Andrew Kirillov and that's exactly what I want,

If you want that, then just read the article where it is described.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: Object detection in C#!

Postby iamaldrin » Mon Aug 15, 2011 10:36 am

andrew.kirillov wrote:Hello,

iamaldrin wrote:I've seen blob tracking by Andrew Kirillov and that's exactly what I want,

If you want that, then just read the article where it is described.


I've already read the article, i'm new with Aforge and C# but I need to learn it because of our current project in our school. I was hoping that I could learn from you guys.

I want to learn the codes that I will use in shape identification using blob detection or any method. I've edited your codes and removed the NXT and motors part since I don't have those. I want to learn how to change the rectangle to whatever shape it identifies. Really need help. Thanks!
iamaldrin
 
Posts: 6
Joined: Sun Aug 14, 2011 3:39 pm




Return to Robotics