Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
How to combine Computer Vision Toolbox with Image Acquisition toolbox
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi,
How can I combine these toolbox?
For example, if I would apply vision.OpticalFlow object to acquisition, how can I do it?
6 Commenti
Walter Roberson
il 16 Ago 2012
Please assign meaningful tags to your question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Risposte (1)
Image Analyst
il 16 Ago 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 Commento
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!