Info
この質問は閉じられています。 編集または回答するには再度開いてください。
How to combine Computer Vision Toolbox with Image Acquisition toolbox
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
How can I combine these toolbox?
For example, if I would apply vision.OpticalFlow object to acquisition, how can I do it?
6 件のコメント
Walter Roberson
2012 年 8 月 16 日
Please assign meaningful tags to your question; see http://www.mathworks.co.uk/matlabcentral/answers/43073-a-guide-to-tags
回答 (1 件)
Image Analyst
2012 年 8 月 16 日
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 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!