how can i apply(vision.ForegroundDetector to obtain a foreground model at each input frame of video?
3 次查看(过去 30 天)
显示 更早的评论
i want to model a background at each input frame of video, i don't know how to do it,any idea please?
0 个评论
回答(2 个)
Image Analyst
2015-11-29
I believe Gaussian Mixture Models are usually/often used for background estimation in many videos. Sorry I don't have any demo code for you but look up examples in the Computer Vision System Toolbox.
0 个评论
Dima Lisin
2015-11-30
The step() method of vision.ForegroundDetector takes the video frame and returns the foreground mask, which is a binary image where foreground pixels have the value of 1, and background pixels have the value of 0. See the example on vision.ForegroundDetector doc page.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision with Simulink 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!