background subtraction in video or image
Afficher commentaires plus anciens
I want to background subtraction from video or image and I don't have any background image without foreground objects. Can any body give me code for that? I attached a sample of images.
Réponse acceptée
Plus de réponses (2)
Image Analyst
le 1 Juin 2015
0 votes
Then you'll have to estimate it. For example, find the foreground objects somehow and then estimate the background by using roifill() to fill in where the foreground objects are. But if you can do that, then maybe you don't even need to subtract the background. Why don't you attach a couple of frames from your video and tell us what you want and don't want?
4 commentaires
mary khaliji
le 1 Juin 2015
Modifié(e) : Image Analyst
le 1 Juin 2015
Image Analyst
le 1 Juin 2015
The Computer Vision System Toolbox has utilities for that. I don't have that toolbox.
mary khaliji
le 1 Juin 2015
Image Analyst
le 1 Juin 2015
You have to first find the foreground objects so you have a binary image of the foreground, then you can fill them in. I suggest you follow up on Dima's answer as that is the best way.
RAJASHEKHARA REDDY
le 13 Jan 2017
if true
% code
end
Catégories
En savoir plus sur Computer Vision with Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
