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!