Image processing - frame to video
古いコメントを表示
I want to display processed frames as a video.
Say I want to draw a box around a detected ball(on the realtime video) and display it.
I can grab frames from the webcam continuously(in a loop) and process it to display the box. But how do I display the processed frames as a continuous video? Something like this: http://www.youtube.com/watch?v=_FIU2rLs2mA
採用された回答
その他の回答 (1 件)
Ebad Ahmadzadeh
2011 年 10 月 4 日
0 投票
You could show the grabbed images in a loop using imshow() function.
2 件のコメント
Walter Roberson
2011 年 10 月 4 日
You _could_, but that would be unnecessarily slow and choppy compared to what I indicated in my answer where a single image display call is used and you then update MATLAB's notion of what the image's content is.
Ebad Ahmadzadeh
2011 年 10 月 25 日
Cool! you're right Walter.
カテゴリ
ヘルプ センター および File Exchange で Video Formats and Interfaces についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!