Ask Your Question

SummerTime's profile - activity

2019-05-07 09:46:33 -0600 received badge  Notable Question (source)
2016-01-15 05:42:56 -0600 received badge  Popular Question (source)
2013-03-25 13:54:37 -0600 commented answer Opencv for object tracking, form and color detection

Hi again ! How can I compute the distance from the webcam to each of the blue balls or the coordinates of every blue ball seperately using CvBlob ? Thank you

2013-03-22 15:09:24 -0600 commented answer Opencv for object tracking, form and color detection

Is it possible to use the HSV/HSL format instead of RGB ?

2013-03-22 10:51:41 -0600 commented answer Opencv for object tracking, form and color detection

Okay. Thank you very much !

2013-03-22 07:12:03 -0600 commented question Opencv for object tracking, form and color detection

Sorry I didn't understand before. I can't post picture right now because appearently I have to wait Two days so here's a link of the field where the contest is happening : http://s16.postimg.org/ptjkk88vp/robot1.png I'd like to be able to track the balls and recognize the red zone from the green one. For obstacle avoidance I'm gonna go with Sensors (IR or US). Thank you again.

2013-03-21 19:00:57 -0600 commented question Opencv for object tracking, form and color detection

I would like to be able to capture frames from my webcam and then tresholding them into blach and white where the white spot would correspond to the blue ball and black to everything else. Then I would like to determine the blue ball's real time coordinates and track its movement. I would like also to be able to recognize a blue ball from a blue cube for example so I need to detect forms as well. To put it simply my main objective is to track several blue ball-like objects and follow them.

2013-03-21 08:33:22 -0600 asked a question Opencv for object tracking, form and color detection

Hello Opencv fans ! I'm a newbie at this and I've just succeeded in installing and compiling my very first program (yeay ^_^ ). My project is to use opencv for computer vision in a robot with a simple webcam. The robot has to collect blue balls scattered throughout the field so I have to master form and color recognition as well as moving object tracking. I'm asking for tutorials, tips, advice, anything that would help me in my endeavor. Thank you guys, and I'm waiting for your replies :)