Suggested starting point in real time image processing

6 vues (au cours des 30 derniers jours)
Ken
Ken le 28 Mar 2012
Hi,
I am new to image processing/segmentation and I have a project where a digital camera will be attached to a robot which will enable to the robot to follow a red bouncing ball.
I am not sure where I should start from as the image needs to be processed using matlab in real-time.
From the reading I have done I think I need to start with finding the ball possibly by comparing 2 frames and seeing what has changed between them.
So any suggestions such as I am heading on the right path or I should look into doing it XXXX way would be greatly appreciated.
Ken

Réponses (2)

Image Analyst
Image Analyst le 28 Mar 2012
That's fine. Give it a shot. I've seen MATLAB be pretty responsive (i.e. quick) to tracking objects at video rates even when you have to do image processing on each frame.

David Young
David Young le 28 Mar 2012
I hope you have a the image acquisition toolbox. Make sure you use callback functions that are triggered every few frames, and not "getsnapshot", which I find to be very slow.

Catégories

En savoir plus sur MATLAB Support Package for IP Cameras dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by