Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

How to combine Computer Vision Toolbox with Image Acquisition toolbox

1 vue (au cours des 30 derniers jours)
cyberdyne
cyberdyne le 10 Août 2012
Hi,
How can I combine these toolbox?
For example, if I would apply vision.OpticalFlow object to acquisition, how can I do it?
  6 commentaires
cyberdyne
cyberdyne le 16 Août 2012
I followed all the user guide of Image processing toolbox and Computer Vision Toolbox, and I saw that Computer Vision is used to process videofile. I would know if it can process a webcam video stream.

Réponses (1)

Image Analyst
Image Analyst le 16 Août 2012
Yes you can. Just use
snappedImage = getsnapshot(videoObject);
to get a frame of live video from a video camera, instead of pulling it from a video file on disk.
  1 commentaire
cyberdyne
cyberdyne le 20 Août 2012
Ok. But, for example, if with
vid = videoinput('nameadaptor', ID, 'Format');
I create the object for the acquisition by cam, and with
optical = vision.OpticalFlow;
I create the object for the optical flow...
how can I make to work optical flow object with acquisition object ?

Cette question est clôturée.

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by