how can i apply(vision.ForegroundDetector to obtain a foreground model at each input frame of video?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
i want to model a background at each input frame of video, i don't know how to do it,any idea please?
0 Commenti
Risposte (2)
Image Analyst
il 29 Nov 2015
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 Commenti
Dima Lisin
il 30 Nov 2015
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 Commenti
Vedere anche
Categorie
Scopri di più su Computer Vision with Simulink in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!