Info
This question is closed. Reopen it to edit or answer.
How to combine Computer Vision Toolbox with Image Acquisition toolbox
1 view (last 30 days)
Show older comments
Hi,
How can I combine these toolbox?
For example, if I would apply vision.OpticalFlow object to acquisition, how can I do it?
6 Comments
Walter Roberson
on 16 Aug 2012
Please assign meaningful tags to your question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
Answers (1)
Image Analyst
on 16 Aug 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 Comment
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!